Skip to content

Commit c5caf1e

Browse files
committed
Undo BaseTest restructuration
1 parent 80610d1 commit c5caf1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

neo/test/iotest/common_io_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ class BaseTestIO:
8282

8383
local_test_dir = get_local_testing_data_folder()
8484

85-
def __init__(self, *args, **kwargs):
86-
super().__init__(*args, **kwargs)
85+
def setUp(self):
86+
'''
87+
Set up the test fixture. This is run for every test
88+
'''
8789
self.higher = self.ioclass.supported_objects[0]
8890
self.shortname = self.ioclass.__name__.lower().rstrip('io')
8991
# these objects can both be written and read

0 commit comments

Comments
 (0)