Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(py/deps): add pytest-watcher to run tests in response to file changes #1996 #1997

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

yesudeep
Copy link
Contributor

@yesudeep yesudeep commented Feb 16, 2025

chore(py/deps): add pytest-watcher to run tests in response to file changes #1996

Interestingly this uses my own library: https://github.com/gorakhargosh/watchdog

Run as: uv run --directory py ptw -- .

ISSUE: #1996

CHANGELOG:

  • Add pytest-watcher as a dependency to run tests in response to file changes.

Checklist (if applicable):

…hanges #1996

Interestingly this uses my own library: https://github.com/gorakhargosh/watchdog

Run as: `uv run --directory py ptw -- .`

ISSUE: #1996

CHANGELOG:
- [ ] Add `pytest-watcher` as a dependency to run tests in response
  to file changes.
@yesudeep yesudeep force-pushed the yesudeep/chore/unruly-camera branch from 0b11ddd to 7a9478c Compare February 16, 2025 06:56
@yesudeep yesudeep merged commit d7f40a1 into main Feb 16, 2025
7 checks passed
@yesudeep yesudeep deleted the yesudeep/chore/unruly-camera branch February 16, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Py] Run tests in response to file changes using pytest-watcher
2 participants