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

Add support for partial tests, and a test watcher #10

Open
antdking opened this issue Feb 28, 2020 · 0 comments
Open

Add support for partial tests, and a test watcher #10

antdking opened this issue Feb 28, 2020 · 0 comments

Comments

@antdking
Copy link
Contributor

antdking commented Feb 28, 2020

Implement pytest-watch and pytest-testmon to support watching tests.

pytest-watch monitors filesystem events to trigger tests to run whenever a change is done.

pytest-testmon utilises Coverage to tell which tests are affected by a change, and targets them.
Together, you end up with a really quick cycle for development.

example implementation: https://github.com/FundingOptions/Mallard/pull/7

depends on #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant