1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-21 14:08:52 +02:00

User super() instead of referencing parent classes explicitly

This commit is contained in:
2022-08-31 11:46:12 +02:00
parent 1442a55c96
commit 3296fd8d89
13 changed files with 34 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ class TestRequest(OscTestCase):
return FIXTURES_DIR
def setUp(self):
OscTestCase.setUp(self, copytree=False)
super().setUp(copytree=False)
def test_createsr(self):
"""create a simple submitrequest"""