A simple pytest watcher for quicker development

This page summarizes the projects mentioned and recommended in the original post on /r/Python

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

    Local continuous test runner with pytest and watchdog.

    After quick googling I found pytest-watch utility which should solve exactly this problem. I installed this package and tried to use it in my project. But unfortunately it wouldn't run due to config parsing error (pyproject.toml). The config file itself seemed to be valid because I can run pytest and other tools without issues. I explored repository page on github and found that the last commit is dated 2019. There were also open issues without any replies from maintainers so it seems that this project is not maintained.

  • pytest-watcher

    Automatically rerun your tests on file modifications

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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