Skip to content
Snippets Groups Projects
Commit 0610f3ef authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

flake8

parent a81119ab
No related branches found
No related tags found
No related merge requests found
"""
This file tests the output of executable sot-test-log compiled from
tests/sot-test-log.cc.
"""
import unittest
import subprocess
import csv
# This file tests the output of executable sot-test-log compiled from
# tests/sot-test-log.cc.
#
# Logs are saved in binary format in file "build/tests/test.log-vstate.log",
# then converted in ascii in file "test.log-vstate-ascii.log" and then
# compared to the expected values.
class TestLog(unittest.TestCase):
"""
Logs are saved in binary format in file "build/tests/test.log-vstate.log",
then converted in ascii in file "test.log-vstate-ascii.log" and then
compared to the expected values.
"""
def test_log(self):
subprocess.run("./sot-test-log")
res = subprocess.run(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment