Skip to content

Commit 80b6e31

Browse files
committed
fixup! tests: Initial import of congure_reno tests
1 parent b9d84f1 commit 80b6e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/congure_reno/tests/01-run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class TestCongUREBase(unittest.TestCase):
2424
@classmethod
2525
def setUpClass(cls):
2626
cls.ctrl = RIOTCtrl()
27+
cls.ctrl.reset()
2728
cls.ctrl.start_term()
2829
if cls.DEBUG:
2930
cls.ctrl.term.logfile = sys.stdout
30-
cls.ctrl.reset()
3131
cls.shell = CongureTest(cls.ctrl)
3232
cls.json_parser = RapidJSONShellInteractionParser()
3333
cls.json_parser.set_parser_args(

0 commit comments

Comments
 (0)