1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-05 20:58:42 +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

@@ -12,7 +12,7 @@ def suite():
class TestResults(OscTestCase):
def setUp(self):
OscTestCase.setUp(self, copytree=False)
super().setUp(copytree=False)
def _get_fixtures_name(self):
return 'results_fixtures'