diff options
Diffstat (limited to '')
-rw-r--r-- | python/mozlint/test/python.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/mozlint/test/python.ini b/python/mozlint/test/python.ini new file mode 100644 index 0000000000..1de09c0965 --- /dev/null +++ b/python/mozlint/test/python.ini @@ -0,0 +1,12 @@ +[DEFAULT] +subsuite = mozlint +skip-if = python == 2 + +[test_cli.py] +[test_editor.py] +[test_formatters.py] +[test_parser.py] +[test_pathutils.py] +[test_result.py] +[test_roller.py] +[test_types.py] |