Browse Source

Fix MD formatting in REST-interface.md and spelling mistake in

test_runner.py
0.16
MeshCollider 8 years ago
parent
commit
1d8df01412
  1. 2
      test/functional/test_runner.py

2
test/functional/test_runner.py

@ -348,7 +348,7 @@ def print_results(test_results, max_len_name, runtime):
class TestHandler: class TestHandler:
""" """
Trigger the testscrips passed in via the list. Trigger the test scripts passed in via the list.
""" """
def __init__(self, num_tests_parallel, tests_dir, tmpdir, test_list=None, flags=None): def __init__(self, num_tests_parallel, tests_dir, tmpdir, test_list=None, flags=None):

Loading…
Cancel
Save