What if writing tests was a joyful experience?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • pytest-sugar

    a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

  • Same here. I get lovely little dopamine hits from passing tests, enhanced by pytest-sugar [1] giving everything a little green check mark.

    [1] https://github.com/Teemu/pytest-sugar

  • expecttest

  • If you want to try this in Python, you can use https://github.com/ezyang/expecttest which I wrote to do expect tests in PyTorch.

  • 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
  • assert_value_elixir

    ExUnit's assert on steroids that writes and updates tests for you

  • There's an Elixir library that I found which fixed this aspect for me. assert_value let's you inline capture the result.

    My overall happiness with testing improved significantly once I started using it.

    https://github.com/assert-value/assert_value_elixir

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

  • Running Tests in a Kubernetes cluster

    1 project | /r/kubernetes | 13 Apr 2023
  • Ward: Modern Test Framework for Python

    1 project | news.ycombinator.com | 16 May 2021
  • My Python testing style guide – Stargirl (Thea) Flowers

    2 projects | news.ycombinator.com | 24 Mar 2021
  • Pytypest: Modern Interface for Pytest Fixtures

    1 project | news.ycombinator.com | 12 Apr 2023
  • disallow-import-star: stop your users from using import *

    2 projects | /r/Python | 1 Apr 2023