Added sub-tests for a python2 input file.
This commit is contained in:
parent
7829bad0ec
commit
4752f0d735
13 changed files with 64 additions and 10 deletions
0
golden-files/results/pep8-hi_py
Normal file
0
golden-files/results/pep8-hi_py
Normal file
12
golden-files/results/pydoc-hi_py
Normal file
12
golden-files/results/pydoc-hi_py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Help on module hi:
|
||||
|
||||
NAME
|
||||
hi
|
||||
|
||||
FILE
|
||||
/home/ahamilton/code/vigil/golden-files/input/hi.py
|
||||
|
||||
FUNCTIONS
|
||||
hi()
|
||||
|
||||
|
||||
0
golden-files/results/pyflakes-hi_py
Normal file
0
golden-files/results/pyflakes-hi_py
Normal file
1
golden-files/results/pylint-hi_py
Normal file
1
golden-files/results/pylint-hi_py
Normal file
|
|
@ -0,0 +1 @@
|
|||
No config file found, using default configuration
|
||||
4
golden-files/results/python_coverage-hi_py
Normal file
4
golden-files/results/python_coverage-hi_py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[0m[38;2;255;255;255m[48;2;0;0;0m
|
||||
|
||||
[0m[38;2;0;255;0m[48;2;0;0;0m> def hi():[0m[38;2;255;255;255m[48;2;0;0;0m
|
||||
[0m[38;2;0;255;0m[48;2;0;0;0m> print "hi"[0m
|
||||
2
golden-files/results/python_gut-hi_py
Normal file
2
golden-files/results/python_gut-hi_py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[0m[38;2;106;184;37m[48;2;0;0;0m[1mdef[0m[38;2;208;208;208m[48;2;0;0;0m [0m[38;2;68;127;207m[48;2;0;0;0mhi[0m[38;2;208;208;208m[48;2;0;0;0m():[0m[38;2;255;255;255m[48;2;0;0;0m
|
||||
[0m
|
||||
1
golden-files/results/python_mccabe-hi_py
Normal file
1
golden-files/results/python_mccabe-hi_py
Normal file
|
|
@ -0,0 +1 @@
|
|||
("3:1: 'hi'", 2)
|
||||
4
golden-files/results/python_modulefinder-hi_py
Normal file
4
golden-files/results/python_modulefinder-hi_py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
Name File
|
||||
---- ----
|
||||
m __main__ ./input/hi.py
|
||||
0
golden-files/results/python_syntax-hi_py
Normal file
0
golden-files/results/python_syntax-hi_py
Normal file
1
golden-files/results/python_unittests-hi_py
Normal file
1
golden-files/results/python_unittests-hi_py
Normal file
|
|
@ -0,0 +1 @@
|
|||
No tests.
|
||||
Loading…
Add table
Add a link
Reference in a new issue