Recognize python test files like: test_*.py .

This commit is contained in:
Andrew Hamilton 2016-02-19 23:41:46 +00:00
parent 8283132eed
commit 1dfb04841c
6 changed files with 23 additions and 11 deletions

4
golden-files/input/test_foo.py Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env python3
print("tested foo")

View file

@ -0,0 +1,7 @@
hi
.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK

View file

@ -0,0 +1,2 @@
tested foo