File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ """
2
+ This file tests the output of executable sot-test-log compiled from
3
+ tests/sot-test-log.cc.
4
+ """
1
5
import unittest
2
6
import subprocess
3
7
import csv
4
8
5
- # This file tests the output of executable sot-test-log compiled from
6
- # tests/sot-test-log.cc.
7
- #
8
- # Logs are saved in binary format in file "build/tests/test.log-vstate.log",
9
- # then converted in ascii in file "test.log-vstate-ascii.log" and then
10
- # compared to the expected values.
9
+
11
10
class TestLog (unittest .TestCase ):
11
+ """
12
+ Logs are saved in binary format in file "build/tests/test.log-vstate.log",
13
+ then converted in ascii in file "test.log-vstate-ascii.log" and then
14
+ compared to the expected values.
15
+ """
16
+
12
17
def test_log (self ):
13
18
subprocess .run ("./sot-test-log" )
14
19
res = subprocess .run (
You can’t perform that action at this time.
0 commit comments