Skip to content

Commit e30d270

Browse files
committed
Add tests for Blackrock FileSpec 3.0 (common tests only)
1 parent 42ea120 commit e30d270

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

neo/test/iotest/test_blackrockio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ class CommonTests(BaseTestIO, unittest.TestCase):
4242
]
4343
entities_to_test = [
4444
'blackrock/FileSpec2.3001',
45-
'blackrock/blackrock_2_1/l101210-001'
45+
'blackrock/blackrock_2_1/l101210-001',
46+
'blackrock/blackrock_3_0/file_spec_3_0'
4647
]
4748

4849
def test_load_waveforms(self):

neo/test/rawiotest/test_blackrockrawio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class TestBlackrockRawIO(BaseTestRawIO, unittest.TestCase, ):
2525
]
2626
entities_to_test = [
2727
'blackrock/FileSpec2.3001',
28-
'blackrock/blackrock_2_1/l101210-001'
28+
'blackrock/blackrock_2_1/l101210-001',
29+
'blackrock/blackrock_3_0/file_spec_3_0'
2930
]
3031

3132
@unittest.skipUnless(HAVE_SCIPY, "requires scipy")

0 commit comments

Comments
 (0)