-
-
Notifications
You must be signed in to change notification settings - Fork 937
Fix bugs affecting exception wrapping in rmtree callback #1700
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
Changes from all commits
2814263
fba59aa
5039df3
683a3ee
2fe7f3c
d42cd72
2a32e25
b8e009e
ccbb273
0b88012
7dd5904
196cfbe
100ab98
7604da1
eb51277
333896b
c11b366
f0e15e8
a9b05ec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ pre-commit | |
pytest | ||
pytest-cov | ||
pytest-instafail | ||
pytest-subtests | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've used the I think this is useful to have going forward, since we have many test cases that are large with many separate assertions of separate facts about the system under test, and as they are updated, some of them could be improved by having their separate claims divided into subtests so they can be individually described and so failures don't unnecessarily block later subtests. However, if you'd rather this plugin be used, it can be removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I all sounds reasonable and in particular, since you are the one doing the work it seems fair that you can use the tooling you see as best fit. I also have no experience here and no preferences, and believe that anything that improves the tests in any way is very welcome. Thank you! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good. For the conceptually unrelated reason that it would facilitate more fine-grained
So long as it's acceptable to have multiple test classes in the same test module, this could be done at any time, and it may facilitate some other simplifications. I mention it here because I think it might lead to the elimination of subtests in this particular module, either by using If that happens, I might remove the |
||
pytest-sugar |
Uh oh!
There was an error while loading. Please reload this page.