Skip to content

feat(testing): Add pytest-watch#853

Merged
antonpirker merged 11 commits intomasterfrom
kmclb-add-pytest-watch
Mar 28, 2022
Merged

feat(testing): Add pytest-watch#853
antonpirker merged 11 commits intomasterfrom
kmclb-add-pytest-watch

Conversation

@lobsterkatie
Copy link
Copy Markdown
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.)

Comment thread tests/integrations/stdlib/test_httplib.py Outdated
@github-actions
Copy link
Copy Markdown
Contributor

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 force-pushed the kmclb-add-pytest-watch branch from 00a6002 to 3d09944 Compare March 28, 2022 13:12
@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.

5 participants