We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494d8ce commit aa2a024Copy full SHA for aa2a024
1 file changed
neo/test/iotest/test_spikeglxio.py
@@ -6,18 +6,13 @@
6
7
from neo.io import SpikeGLXIO
8
from neo.test.iotest.common_io_test import BaseTestIO
9
+from neo.test.rawiotest.test_spikeglxrawio import TestSpikeGLXRawIO
10
11
12
class TestSpikeGLXIO(BaseTestIO, unittest.TestCase):
13
ioclass = SpikeGLXIO
- entities_to_download = [
14
- 'spikeglx'
15
- ]
16
- entities_to_test = [
17
- 'spikeglx/Noise4Sam_g0',
18
- 'spikeglx/TEST_20210920_0_g0'
19
20
-
+ entities_to_download = TestSpikeGLXRawIO.entities_to_download
+ entities_to_test = TestSpikeGLXRawIO.entities_to_test
21
22
23
if __name__ == "__main__":
0 commit comments