(: yet another assertion library, this time in the testcase testing framework

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • testcase

    testcase is an opinionated testing framework to support test driven design.

  • In the testcase testing framework, I mostly used github.com/stretchr/testify for the assertions, and everywhere where I work with the testing framework. Most of the time, I barely use the full potential of testify, just some basic assertations like Contains and Equal. I decided to ship these basic assertions within the testing framework, so when I don't need heavy lifting with a full-fledged assertion library, I don't need to import one.

  • Testify

    A toolkit with common assertions and mocks that plays nicely with the standard library

  • In the testcase testing framework, I mostly used github.com/stretchr/testify for the assertions, and everywhere where I work with the testing framework. Most of the time, I barely use the full potential of testify, just some basic assertations like Contains and Equal. I decided to ship these basic assertions within the testing framework, so when I don't need heavy lifting with a full-fledged assertion library, I don't need to import one.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Updates to `testcase` Testing Framework: Enhanced Assertions, Time Manipulation, Random Value Generation and More!

    1 project | /r/GolangLinks | 16 Jun 2023
  • What's your favourite part of unit testing?

    2 projects | /r/golang | 19 Jan 2023
  • testing utility for time manipulation and pretty printing

    1 project | /r/golang | 12 Aug 2022
  • fault injection utilities and HTTP middleware contracts are now available in the testcase package

    1 project | /r/golang | 19 Jun 2022
  • add support for IsEqual function based equality assertion in `testcase/assert.Asserter`

    1 project | /r/golang | 18 May 2022