diff options
Diffstat (limited to 'tests/scanner/annotationparser/test_parser.py')
-rw-r--r-- | tests/scanner/annotationparser/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/annotationparser/test_parser.py b/tests/scanner/annotationparser/test_parser.py index 79cc8622..19219386 100644 --- a/tests/scanner/annotationparser/test_parser.py +++ b/tests/scanner/annotationparser/test_parser.py @@ -450,7 +450,7 @@ def load_tests(loader, tests, pattern): # Load test cases from disc tests_dir = os.path.dirname(os.path.abspath(__file__)) - for name, test_case in _all_tests.iteritems(): + for name, test_case in _all_tests.items(): tests = loader.loadTestsFromTestCase(test_case) suite.addTests(tests) return suite |