Create the first tests for the pydocstyle finder.

This commit is contained in:
Dave Halter
2017-06-04 23:59:44 +02:00
parent 660bbe1971
commit d1d02ba3f5
5 changed files with 167 additions and 18 deletions
+4 -1
View File
@@ -4,11 +4,14 @@ Some Python files have been taken from the standard library and are therefore
PSF licensed. Modifications on these files are dual licensed (both MIT and
PSF). These files are:
- parso/pgen2
- parso/pgen2/*
- parso/tokenize.py
- parso/token.py
- test/test_pgen2.py
Also some test files under test/normalizer_issue_files have been copied from
https://github.com/PyCQA/pycodestyle (Expat License == MIT License).
-------------------------------------------------------------------------------
The MIT License (MIT)