summaryrefslogtreecommitdiff
path: root/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-125/+156
* improve code coverage in a few placesAnthony Sottile2021-04-071-0/+7
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* clean up version_info referencesAnthony Sottile2021-03-301-1/+0
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-3/+3
* ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-071-0/+10
* Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-0/+8
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-231-2/+2
* utils: Tighten `parse_comma_separated_list()` contract furtherEric N. Vander Weele2019-07-281-0/+1
* utils: Change `normalize_paths()` contractEric N. Vander Weele2019-07-281-4/+3
* utils: Change `parse_comma_separated_list()` contractEric N. Vander Weele2019-07-281-5/+0
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-16/+45
* Merge branch 'master' into 'master'Anthony Sottile2019-07-081-0/+10
|\
| * Remove filter by filename in utils.filenames_fromYevhen Amelin2019-03-191-0/+10
* | mypy now passesAnthony Sottile2019-05-191-6/+0
|/
* FIX 507: allow multiple letters in codesИлья Лебедев2019-02-111-0/+5
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-301-1/+2
* Allow capitalized filenames in per-file-ignoresAnthony Sottile2019-01-291-3/+10
* Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-071-0/+76
* Allow spaces in # noqa listsIan Stapleton Cordasco2017-07-281-0/+1
* Support spaces as error/ignore code separatorsIan Cordasco2017-05-251-0/+5
* Filter out empty ignore/select codesIan Cordasco2017-05-201-0/+5
* Don't apply excludes greedily to subdirsAnthony Sottile2017-03-161-0/+15
* Handle optional parameters that were never supportedIan Cordasco2016-06-281-3/+8
* Move flake8 into srcIan Cordasco2016-06-251-3/+3
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-4/+2
* Add tests for parse_unified_diffIan Cordasco2016-06-071-0/+35
* Fix import ordering in test filesIan Cordasco2016-02-251-3/+4
* Add and fix documentationIan Cordasco2016-02-251-0/+6
* Distinguish check types via plugin type managerIan Cordasco2016-02-231-0/+22
* Add utility functions around filename matchingIan Cordasco2016-02-221-0/+46
* Add more docstrings and fix lint errorsIan Cordasco2016-01-101-0/+1
* Add tests for normalize_path and normalize_pathsIan Cordasco2016-01-091-0/+27
* Start fleshing out flake8.utilsIan Cordasco2016-01-091-0/+14