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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user