How I Set Up Testing for My Python Project

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

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

    Static site generator with the smoothness of silk

  • After setting up static analysis tools last week, it's time to configure a testing framework for Continuous Integration (CI). There are several options for Silkie, my work-in-progress static site generator, but I decided to give Pytest a try. In this blog, I'll show you how I set up:

  • pytest-watch

    Local continuous test runner with pytest and watchdog.

  • pytest-watch is a zero-config CLI tool that runs pytest, and re-runs it when a file in your project changes

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

    Coverage plugin for pytest.

  • pytest-cov is a pytest's plugin that produces coverage reports. If you want to see how much your tests have covered your codebase, you can install this tool by running this command:

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

  • Nikola – Static Site Generator

    1 project | news.ycombinator.com | 2 May 2023
  • Trying to work around a Jekyll site-building tutorial without using Jekyll

    2 projects | /r/webdev | 29 Jan 2023
  • Building a personal blog using Django

    2 projects | news.ycombinator.com | 9 Jun 2022
  • What is the best Python static site generator?

    3 projects | /r/Python | 18 Dec 2021
  • Publish a Python Project in 5 Steps

    1 project | dev.to | 26 Nov 2021