From caaab46f426588d71e1312263cd0f9f33d3ab3b4 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Fri, 7 Dec 2012 11:03:42 +0100 Subject: non-ascii char appeared in comment fixed syntax error --- src/software/test/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/software/test/run_tests.py b/src/software/test/run_tests.py index 9d290a1..002bf77 100755 --- a/src/software/test/run_tests.py +++ b/src/software/test/run_tests.py @@ -24,7 +24,7 @@ Runs all defined tests. Test modules are expected to be in directory with this script and should contain subclasses of unittest.TestCase, that will be loaded. Preferably a suite() function should be defined there as well. -They must be named according to shell regexp: "test_*.py". +They must be named according to shell regexp: "test_*.py". """ import argparse -- cgit