Make tests a part of your app

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Deal

    🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.

  • deal is a library for Design-by-Contract.

  • hypothesis

    Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

  • Where did the data for the test come from? It comes from another awesome library called hypothesis. It smartly generates lots of different test data according to some specific rules we define.

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

    The Z3 Theorem Prover

  • We can even go one step further and represent our contracts as Theorems to be proved. For example, deal has an ongoing research companion project - deal-solver - that can help with that. But, this is a subject for another article of its own, so let's move on for now.

  • returns

    Make your functions return something meaningful, typed, and safe!

  • dry-python/returns is a library with primitives that make typed functional programming in Python easier.

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