-
- Downloads
Move single-use methods out of `TestCase` (#12348)
These methods are only used by a single testcase, so they shouldn't be cluttering up the base `TestCase` class.
Showing
- changelog.d/12348.misc 1 addition, 0 deletionschangelog.d/12348.misc
- tests/rest/client/test_account.py 11 additions, 0 deletionstests/rest/client/test_account.py
- tests/storage/test_cleanup_extrems.py 16 additions, 0 deletionstests/storage/test_cleanup_extrems.py
- tests/unittest.py 0 additions, 27 deletionstests/unittest.py
changelog.d/12348.misc
0 → 100644
Please register or sign in to comment