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.
congure_reno
1 parent b9d84f1 commit 80b6e31Copy full SHA for 80b6e31
tests/congure_reno/tests/01-run.py
@@ -24,10 +24,10 @@ class TestCongUREBase(unittest.TestCase):
24
@classmethod
25
def setUpClass(cls):
26
cls.ctrl = RIOTCtrl()
27
+ cls.ctrl.reset()
28
cls.ctrl.start_term()
29
if cls.DEBUG:
30
cls.ctrl.term.logfile = sys.stdout
- cls.ctrl.reset()
31
cls.shell = CongureTest(cls.ctrl)
32
cls.json_parser = RapidJSONShellInteractionParser()
33
cls.json_parser.set_parser_args(
0 commit comments