blob: da9af307d891fd8ccb23da3148214c3e633434a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
PY2TEST()
PEERDIR(
contrib/python/parso
)
DATA(
arcadia/contrib/python/parso/py2/tests
)
TEST_SRCS(
__init__.py
conftest.py
failing_examples.py
test_absolute_import.py
test_cache.py
test_diff_parser.py
test_error_recovery.py
test_file_python_errors.py
test_fstring.py
test_get_code.py
test_grammar.py
test_load_grammar.py
test_normalizer_issues_files.py
test_old_fast_parser.py
test_param_splitting.py
test_parser.py
test_parser_tree.py
test_pep8.py
test_pgen2.py
test_prefix.py
test_python_errors.py
test_tokenize.py
test_utils.py
)
NO_LINT()
END()
|