Skip to content

Commit 52d703d

Browse files
author
sprenger
committed
[tdt] extend test entities
1 parent c062ca9 commit 52d703d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

neo/test/iotest/test_tdtio.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ class TestTdtIO(BaseTestIO, unittest.TestCase, ):
1414
'tdt'
1515
]
1616
entities_to_test = [
17-
'tdt/aep_05'
17+
# test structure directory with multiple blocks
18+
'tdt/aep_05',
19+
# test single block
20+
'tdt/dataset_0_single_block/512ch_reconly_all-181123_B24_rest.Tdx',
21+
'tdt/dataset_1_single_block/ECTest-220207-135355_ECTest_B1.Tdx'
22+
'tdt/aep_05/Block-1/aep_05_Block-1.Tdx'
1823
]
1924

2025
def test_signal_group_mode(self):

neo/test/rawiotest/test_tdtrawio.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ class TestTdtRawIO(BaseTestRawIO, unittest.TestCase, ):
1212
'tdt'
1313
]
1414
entities_to_test = [
15+
# test structure directory with multiple blocks
1516
'tdt/aep_05',
17+
# test single block
18+
'tdt/dataset_0_single_block/512ch_reconly_all-181123_B24_rest.Tdx',
19+
'tdt/dataset_1_single_block/ECTest-220207-135355_ECTest_B1.Tdx'
1620
'tdt/aep_05/Block-1/aep_05_Block-1.Tdx'
1721
]
1822

0 commit comments

Comments
 (0)