Normalize C/C++ include guards
[babeltrace.git] / tests / utils / python / testrunner.py
index a7cd82639adaef00e62c96d4aabfd572dc3b5d13..4ff52d82d48ee535a17fc2e720a5a5144b85ed75 100644 (file)
@@ -3,11 +3,11 @@
 # Copyright (c) 2016 Philippe Proulx <pproulx@efficios.com>
 #
 
-from tap import TAPTestRunner
-import unittest
 import sys
 import argparse
+import unittest
 
+from tap import TAPTestRunner
 
 if __name__ == "__main__":
     argparser = argparse.ArgumentParser()
@@ -31,7 +31,7 @@ if __name__ == "__main__":
     mut_exclu_group.add_argument(
         "-t",
         "--test-case",
-        help="Run a specfic test module name, test class "
+        help="Run a specific test module name, test class "
         "name, or test method name "
         "(e.g. test_event.EventTestCase.test_clock_value)",
         type=str,
This page took 0.024721 seconds and 4 git commands to generate.