summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* use typesafe NamedTuplenew_namedtupleAnthony Sottile2022-01-051-1/+1
* type the rest of the legacy apiAnthony Sottile2022-01-051-27/+7
* perform path normalization on '.'Anthony Sottile2022-01-051-0/+1
* fix extended_default_select from plugin loadingAnthony Sottile2022-01-012-6/+7
* move managing of off_by_default / enable_extensions to plugin loadingoff_by_defaultAnthony Sottile2022-01-016-83/+81
* rework plugin loadingAnthony Sottile2021-12-3119-685/+852
* add check for a missing specified config fileRuairidh MacLeod2021-12-241-1/+1
* add failing test for missing config fileRuairidh MacLeod2021-12-242-0/+24
* fix AttributeError when catatstrophic failure is triggeredAnthony Sottile2021-12-241-0/+11
* have OptionManager take plugin versions directlyAnthony Sottile2021-12-084-148/+25
* use plugin_name= instead of dicts in exceptionsAnthony Sottile2021-12-071-2/+2
* eliminate --bug-report double-parse quirk with store_trueAnthony Sottile2021-12-071-45/+0
* add integration test for off_by_default pluginAnthony Sottile2021-12-071-0/+28
* refactor run_checks to not take an Optional list of filenamesAnthony Sottile2021-11-253-8/+9
* refactor and simplify configuration loadingAnthony Sottile2021-11-2213-490/+202
* move from allowlist to blocklist for mypyAnthony Sottile2021-11-146-5/+9
* replace py2-kwonly shim with true kwonly argsAnthony Sottile2021-11-141-8/+6
* improve integration testsAnthony Sottile2021-11-142-29/+54
* split out file discovery and test itAnthony Sottile2021-11-143-95/+184
* fix test name after exit -> exit_code refactorAnthony Sottile2021-11-141-2/+2
* have application return exit code for easier testingAnthony Sottile2021-11-142-17/+17
* use return value of parse_args directlyAnthony Sottile2021-11-142-12/+12
* add a __repr__ for JobsArgumentAnthony Sottile2021-11-141-0/+6
* improve coverage a bitAnthony Sottile2021-11-142-8/+46
* remove some unused test fixture filesAnthony Sottile2021-11-143-18/+0
* Merge pull request #1454 from asottile/unused-example-codeAnthony Sottile2021-11-144-6/+0
|\
| * remove unused example-code test fixturesAnthony Sottile2021-11-144-6/+0
* | remove dead codeAnthony Sottile2021-11-142-17/+0
|/
* add --color optionAnthony Sottile2021-11-053-0/+48
* Fix testsMax R2021-10-171-51/+18
* Drop support for Home and XDG config filesIan Stapleton Cordasco2021-10-101-77/+10
* fix test name after refactorAnthony Sottile2021-09-081-2/+2
* write directly to sys.stdout.buffer to avoid windows io encodingAnthony Sottile2021-09-081-19/+8
* test using python3.10Anthony Sottile2021-08-152-16/+13
* Handle new SyntaxError tuple on 3.10Ian Stapleton Cordasco2021-08-151-0/+24
* Automatically create output directoriesJouke Witteveen2021-05-101-2/+2
* short circuit on ast error before tokenization errorAnthony Sottile2021-04-183-27/+14
* extend black formatting to tests as wellAnthony Sottile2021-04-1830-1167/+1514
* Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-152-178/+400
* Add --extend-select command line argumentFrank Winklmeier2021-04-112-16/+26
* improve code coverage in a few placesAnthony Sottile2021-04-071-0/+7
* fix mypy errorsAnthony Sottile2021-04-073-46/+36
* fix links in codeAnthony Sottile2021-04-032-3/+3
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* clean up version_info referencesAnthony Sottile2021-03-301-1/+0
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3024-40/+44
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* remove flake8 setuptools commandAnthony Sottile2021-03-291-33/+0
* remove vcs integrationAnthony Sottile2021-03-291-29/+0
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-142-2/+2