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

test_runner.py
This commit is contained in:
MeshCollider 2017-07-01 16:00:51 +12:00
parent 41f3e84aac
commit 1d8df01412
2 changed files with 7 additions and 7 deletions

View File

@ -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):