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