We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a730cc3 commit 52c46a5Copy full SHA for 52c46a5
neo/test/iotest/test_winwcpio.py
@@ -14,7 +14,10 @@ class TestRawBinarySignalIO(
14
):
15
ioclass = WinWcpIO
16
entities_to_download = ["winwcp"]
17
- entities_to_test = ["winwcp/File_winwcp_1.wcp"]
+ entities_to_test = [
18
+ "winwcp/File_winwcp_1.wcp",
19
+ "winwcp/file_with_recording_time/File_winwcp_2.wcp",
20
+ ]
21
22
23
if __name__ == "__main__":
neo/test/rawiotest/test_winwcprawio.py
@@ -10,7 +10,10 @@ class TestWinWcpRawIO(
10
11
rawioclass = WinWcpRawIO
12
13
0 commit comments