Python Unittesting

Open-source Python projects categorized as Unittesting

Top 4 Python Unittesting Projects

  • nose2

    The successor to nose, based on unittest2

  • nbcelltests

    Cell-by-cell testing for production Jupyter notebooks in JupyterLab

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

    A python test helper for invoking and testing command line interfaces (CLIs) based on Click's CliRunner

  • Project mention: Test runner for command line projects (based on Click's CliRunner) | /r/Python | 2023-12-04

    I love Click for building Python command line interfaces (CLI). One useful feature Click provides is a CliRunner() helper class for testing. CliRunner invokes the script in an isolated environment allowing you to pass arguments, etc. Occasionally I work on projects that don't use Click. For example, if I want to provide a python3 -m packagename script that is ancillary to the primary use case and don't want to include Click as a dependency or want something that can be distributes as a stand-alone script without dependencies. In this case I'd usually use argparse. However, CLIs built with argparse (or old-fashioned manual sys.argv parsing) aren't nearly as easy to test. Thus I created clirunner which is a port of Click's test helper to work with non-Click apps. The API is compatible with Click's CliRunner so if you ever move a project to use Click, the tests should need little to no modification.

  • Advent-of-Code

    Every years solutions/unit tests used for Advent of Code - an annual set of Christmas-themed programming challenges that follow an Advent calendar. (by LucyIvatt)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-04.

Index

What are some of the best open-source Unittesting projects in Python? This list will help you:

Project Stars
1 nose2 771
2 nbcelltests 81
3 clirunner 5
4 Advent-of-Code 0
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com