diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-07-24 11:36:12 +0200 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-07-24 11:36:12 +0200 |
commit | f73b20730bd7582c6802fb2257c546e6ffc94916 (patch) | |
tree | 53ac39f471927e0d141fd8197dc26c7b1f7d9334 /MANIFEST.in | |
parent | f55eddb7e27ff2f1caa38b390e7a2c8b45a82559 (diff) | |
download | pylint-git-f73b20730bd7582c6802fb2257c546e6ffc94916.tar.gz |
Added a new test suite for functional tests.
Main changes:
- version restrictions are not encoded in file names any more, but in option files
- expected messages are annotated in the test files directly
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 8c2872109..6810ec511 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,7 +7,7 @@ include examples/*.py examples/pylintrc examples/pylintrc_camelcase include elisp/startup elisp/*.el include man/*.1 recursive-include doc *.rst *.jpeg Makefile *.html *.py -recursive-include test *.py *.txt *.dot *.sh +recursive-include test *.py *.txt *.dot *.sh *.args include test/input/similar* include test/input/noext include test/data/ascript |