conftest.py |
Finds, loads and returns the config for the linter name specified by the
LINTER global variable in the calling module.
This implies that each test file (that uses this fixture) should only be
used to test a single linter. If no LINTER variable is defined, the test
will fail.
|
6810 |
files |
|
15 |
python.ini |
|
1075 |
test_black.py |
|
625 |
test_clang_format.py |
|
1344 |
test_clippy.py |
|
3782 |
test_codespell.py |
|
596 |
test_eslint.py |
|
804 |
test_file_license.py |
|
591 |
test_file_perm.py |
|
987 |
test_file_whitespace.py |
|
1069 |
test_flake8.py |
import distutils
def foobar():
pass
|
2983 |
test_lintpref.py |
|
413 |
test_perfdocs.py |
This is a sample mozperftest test that we use for testing
the verification process.
|
12474 |
test_pylint.py |
|
554 |
test_rst.py |
|
603 |
test_rustfmt.py |
|
1133 |
test_shellcheck.py |
|
613 |
test_yaml.py |
|
727 |