pytest-watcher VS pytest-watch

Compare pytest-watcher vs pytest-watch and see what are their differences.

pytest-watch

Local continuous test runner with pytest and watchdog. (by joeyespo)
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
pytest-watcher pytest-watch
3 3
152 723
- -
8.4 0.0
about 1 month ago almost 2 years ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pytest-watcher

Posts with mentions or reviews of pytest-watcher. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.

pytest-watch

Posts with mentions or reviews of pytest-watch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.
  • Lab8 Manage project complexity through the use of Automated Testing
    2 projects | dev.to | 13 Nov 2021
    What if you are working on a particular file/function, and want to run a single test over and over again while you fix a bug? There is a zero-config CLI tool that runs pytest, and re-runs it when a file in your project changes. It beeps on failures and can run arbitrary commands on each passing and failing test run. You can install it using the following command.
  • How I Set Up Testing for My Python Project
    3 projects | dev.to | 12 Nov 2021
    pytest-watch is a zero-config CLI tool that runs pytest, and re-runs it when a file in your project changes
  • A simple pytest watcher for quicker development
    2 projects | /r/Python | 17 Sep 2021
    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.

What are some alternatives?

When comparing pytest-watcher and pytest-watch you can also consider the following projects:

SeleniumBase - 📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.

pytest-cov - Coverage plugin for pytest.

dirty-equals - Doing dirty (but extremely useful) things with equals.

silkie - Static site generator with the smoothness of silk

flaskr-tdd - Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

dir-watcher - watch folder for changes and copy or move files to another distination folder.

Code - Place for all my code. Take a look! :D