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

feat(testing): Add pytest-watch #853

Merged
merged 11 commits into from Mar 28, 2022
Merged

feat(testing): Add pytest-watch #853

merged 11 commits into from Mar 28, 2022

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Oct 9, 2020

This adds pytest-watch to the test requirements, in order to be able to run pytest in watch mode. It also fixes two places where we weren't closing resources at the end of a test. (Normally, they're closed by default because the testing process ends. But with a watcher it doesn't end, and causes pytest-watch to complain about the abandoned resources.)

tests/integrations/stdlib/test_httplib.py Outdated Show resolved Hide resolved
@github-actions
Copy link

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@antonpirker antonpirker self-assigned this Mar 23, 2022
@antonpirker antonpirker force-pushed the kmclb-add-pytest-watch branch 2 times, most recently from 4dbda07 to 00a6002 Compare March 28, 2022 13:04
@antonpirker antonpirker merged commit b449fff into master Mar 28, 2022
@antonpirker antonpirker deleted the kmclb-add-pytest-watch branch March 28, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants