Added sub-tests for a python2 input file.

This commit is contained in:
Andrew Hamilton 2016-02-09 21:59:54 +00:00
parent 7829bad0ec
commit 4752f0d735
13 changed files with 64 additions and 10 deletions

View file

View file

@ -0,0 +1,12 @@
Help on module hi:
NAME
hi
FILE
/home/ahamilton/code/vigil/golden-files/input/hi.py
FUNCTIONS
hi()

View file

View file

@ -0,0 +1 @@
No config file found, using default configuration

View file

@ -0,0 +1,4 @@

> def hi():
> print "hi"

View file

@ -0,0 +1,2 @@
def hi():


View file

@ -0,0 +1 @@
("3:1: 'hi'", 2)

View file

@ -0,0 +1,4 @@
Name File
---- ----
m __main__ ./input/hi.py

View file

View file

@ -0,0 +1 @@
No tests.