The Uncreative Software Engineer's Compendium to Testing

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

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
  • pytest-testinfra

    Testinfra test your infrastructures

  • Testinfra: is a testing framework for infrastructure used to test system configurations and infrastructure as code.

  • Hey

    HTTP load generator, ApacheBench (ab) replacement (by rakyll)

  • Hey: is a fast HTTP load testing tool used to test web applications and APIs. It provides a CLI (command-line interface) and supports concurrent requests.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • pytest

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

  • Pytest: is a third-party testing framework that supports fixtures, parameterized testing, and easy test discovery while having room to add plugins to extend its functionality.

  • faker

    Faker is a Python package that generates fake data for you. (by joke2k)

  • Faker: a library that generates fake data that can be useful when you need data to test for various components.

  • dredd

    Language-agnostic HTTP API Testing Tool

  • Dredd: used to test APIs based on the API blueprint or OpenAPI specification, to ensure implementation matches the specification.

  • coveragepy

    The code coverage tool for Python

  • Code Coverage Analysis assess the code portions tested by the current test suites without altering the code.

  • bandit

    Bandit is a tool designed to find common security issues in Python code.

  • Bandit: is a tool designed for Python applications to analyse your code for potential security issues like insecure use of functions, hardcoded password and much more.

  • 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

  • Building a no-code Helm UI with Windmill - Part 1

    3 projects | dev.to | 6 Dec 2023
  • Integrating Lab Equipment into pytest-Based Tests

    1 project | /r/Python | 4 Oct 2023
  • pytest VS vedro - a user suggested alternative

    2 projects | 16 Jul 2023
  • Migrate 5 TB S3 bucket from one AWS account to another

    4 projects | /r/aws | 27 Jun 2023
  • Is there a way to automate testing in python? In my case :

    2 projects | /r/pythontips | 31 May 2023