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

2
TODO
View file

@ -10,7 +10,6 @@ Todo (tool related)
- Report on python doctests. (also coverage of)
- Cache tools._python_version.
- Add bandit tool for python.
- Recognize python test files like: test_*.py
Done
@ -162,6 +161,7 @@ Done
<- All the existing tools now have basic tests.
- Determine if perl files are perl5 or perl6.
<- At least done by perl_syntax.
- Recognize python test files like: test_*.py
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
A B C D E F G H