Skip to content

Commit aa2a024

Browse files
committed
propagate tests to TestSpikeGLXIO
1 parent 494d8ce commit aa2a024

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

neo/test/iotest/test_spikeglxio.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@
66

77
from neo.io import SpikeGLXIO
88
from neo.test.iotest.common_io_test import BaseTestIO
9+
from neo.test.rawiotest.test_spikeglxrawio import TestSpikeGLXRawIO
910

1011

1112
class TestSpikeGLXIO(BaseTestIO, unittest.TestCase):
1213
ioclass = SpikeGLXIO
13-
entities_to_download = [
14-
'spikeglx'
15-
]
16-
entities_to_test = [
17-
'spikeglx/Noise4Sam_g0',
18-
'spikeglx/TEST_20210920_0_g0'
19-
]
20-
14+
entities_to_download = TestSpikeGLXRawIO.entities_to_download
15+
entities_to_test = TestSpikeGLXRawIO.entities_to_test
2116

2217

2318
if __name__ == "__main__":

0 commit comments

Comments
 (0)