pytest-watch
pytest-watch copied to clipboard
Local continuous test runner with pytest and watchdog.
https://github.com/olzhasar/pytest-watcher
This is because `MutableSet` was moved from `collections` module to `collections.abc` module in Python 3.3. So `collections.abc` has to be used in Python 3.3+ instead of `collections`. Full traceback: ```...
When I install with pip, I see: ``` DEPRECATION: pytest-watch is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package...
When pytest config is stored in `pyproject.toml`: ``` Traceback (most recent call last): File "/Users/maximilian/Library/Caches/pypoetry/virtualenvs/n-cyukv0jK-py3.8/bin/ptw", line 8, in sys.exit(main()) File "/Users/maximilian/Library/Caches/pypoetry/virtualenvs/n-cyukv0jK-py3.8/lib/python3.8/site-packages/pytest_watch/command.py", line 83, in main if not merge_config(args, pytest_args, verbose=args['--verbose']):...
Flycheck for python generates temp files for each change done in the file even if the file has not been saved. So my_file.py will generate flycheck_my_file.py. As far as I...
Hi, Would you like to move the plugin under the pytest-dev org? The idea of such a move is just to increase the visibility of the plugin and eventually share...
What is the maintenance status of the project? The last commit was 17375a1cf5be6d4dd30a583ffad61a0083d91b94 on Jun 15, 2019. `ptw` is broken for some users https://github.com/joeyespo/pytest-watch/issues/114 but they are actively trying to...
The sdist package at PyPI is missing the LICENSE file. Please add it there. Thank you.
When I run this command ``` python -m pytest_watch src/ ``` I expect pytest-watch to run pytest without any additional args and for pytest-watch to watch the `src/` directory. Instead,...
Upon running the following command, ```bash $ poetry run poe test-integ-watch Poe => ptw --runner "pytest -m integtest" [Wed Jun 15 10:02:38 2022] Running: "pytest -m integtest" '\"pytest -m integtest\"'...