Skip to content

Commit 49e32b9

Browse files
Peter N. SteinmetzPeter N. Steinmetz
authored andcommitted
Specify no entitites to test.
1 parent 0ed5529 commit 49e32b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neo/test/rawiotest/test_neuralynxrawio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ class TestNcsRecordingType(TestNeuralynxRawIO, unittest.TestCase):
139139
"""
140140
Test of decoding of NlxHeader for type of recording.
141141
"""
142+
entities_to_test = []
142143

143144
ncsTypeTestFiles = [
144145
('Cheetah_v4.0.2/original_data/CSC14_trunc.Ncs', 'PRE4'),
@@ -162,6 +163,7 @@ class TestNcsSectionsFactory(TestNeuralynxRawIO, unittest.TestCase):
162163
"""
163164
Test building NcsBlocks for files of different revisions.
164165
"""
166+
entities_to_test = []
165167

166168
def test_ncsblocks_partial(self):
167169
filename = self.get_filename_path('Cheetah_v6.3.2/incomplete_blocks/CSC1_reduced.ncs')

0 commit comments

Comments
 (0)