testing utility for time manipulation and pretty printing

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.

  • One of them focuses on time manipulation for testing purposes: - Freeze time to a specific point. - Travel back to a specific time, but allow time to continue moving forward. - Scale time by a given scaling factor will cause the time to move at an accelerated pace. - No dependencies other than the stdlib - Nested calls to timecop.Travel is supported - Works with any regular Go projects

  • 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

  • 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
  • The Big List of Naughty Strings is incorporated into the testcase's random generator. (v0.71.0)

    2 projects | /r/golang | 9 Apr 2022
  • testcase testing framework is finally dependency-free

    1 project | /r/golang | 15 Nov 2021
  • Random values for testing, providing testing seed make it idempotent as well.

    1 project | /r/golang | 23 Aug 2021