summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in testutils.pyPierre Sassoulas2020-11-281-2/+1
* review fixes| Uses pytest's tmp_path fixture instead of custom context manFrank Harrison2020-11-271-27/+15
* Remove 0xdeadcodeFrank Harrison2020-11-271-5/+0
* profile| Runs pylint against external code, generating profile-heatmapsFrank Harrison2020-11-272-0/+95
* Add checks for deprecated functions since 3.6Federico Bond2020-11-272-0/+31
* Merge pull request #3910 from brycepg/tweak/tox-black-diffhippo912020-11-261-1/+1
|\
| * Modify tox to show diff of formatting changes with blackBryce Guinta2020-10-191-1/+1
* | Merge pull request #3890 from JulienPalard/issue3882hippo912020-11-215-2/+157
|\ \
| * \ Merge branch 'master' into issue3882Julien Palard2020-11-213-11/+41
| |\ \ | |/ / |/| |
* | | Avoid doing a regex search for line lengths unless necessaryRaphael Gaschignard2020-11-163-15/+16
* | | Avoid doing a regex search for line lengths unless necessaryRaphael Gaschignard2020-11-161-6/+35
| * | Too much test per class.Julien Palard2020-11-151-71/+76
| * | FIX: inferred.decorators does not exist on Module object.Julien Palard2020-11-152-1/+21
| * | Few more tests.Julien Palard2020-11-131-4/+7
| * | Refactor tests.Julien Palard2020-11-131-44/+36
| * | Adding two more tests, with stacks of decorators.Julien Palard2020-11-131-0/+60
| * | Handle class decorators during typing checks.Julien Palard2020-11-025-2/+77
|/ /
* | Merge pull request #3869 from manderj/pytest_pylint_parallel_runs_warningshippo912020-10-314-8/+20
|\ \
| * | lint multiprocessing pool shutdownmanderj2020-10-304-8/+20
|/ /
* | Apply suggestion done during review by @hippo91Pierre Sassoulas2020-10-302-12/+10
* | Add the command to launch for updating in error msgPierre Sassoulas2020-10-301-2/+8
* | Move UPDATE_OPTION in testutil.pyPierre Sassoulas2020-10-302-3/+3
* | Add a warning when an output file is updatedPierre Sassoulas2020-10-301-1/+7
* | Make the update option more modularPierre Sassoulas2020-10-302-4/+5
* | Make the update option work again and document itPierre Sassoulas2020-10-302-4/+15
* | Merge branch 'Hee-San-Require-enums-to-be-named-IN_ALL_CAPS'hippo912020-10-299-21/+41
|\ \
| * \ Merge branch 'Require-enums-to-be-named-IN_ALL_CAPS' of https://github.com/He...hippo912020-10-299-21/+41
| |\ \ |/ / /
| * | Add copyrightへーさん2020-10-261-0/+1
| * | Use break statement instead of returnへーさん2020-10-261-1/+1
| * | FIx doc styleへーさん2020-10-192-3/+0
| * | Merge branch 'master' into Require-enums-to-be-named-IN_ALL_CAPSへーさん2020-10-1314-18/+153
| |\ \
| * | | Add changelog and contributors infoへーさん2020-10-133-0/+10
| * | | Add check for enums name styleへーさん2020-10-136-21/+32
* | | | Remove deprecated long description in __pkginfo__.pyPierre Sassoulas2020-10-281-18/+0
* | | | Merge pull request #3894 from hippo91/bug_pylint_3885hippo912020-10-244-1/+33
|\ \ \ \
| * \ \ \ Merge branch 'master' into bug_pylint_3885hippo912020-10-2421-80/+828
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3906 from hippo91/clearer_unittest_failure_messagehippo912020-10-245-29/+22
|\ \ \ \ \
| * | | | | Corrects doc.hippo912020-10-232-2/+1
| * | | | | Adding a missing entry in the Changelog. The info was present in the doc/what...hippo912020-10-232-2/+4
| * | | | | Merge branch 'master' into clearer_unittest_failure_messagehippo912020-10-234-2/+389
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | review fixes| Annotates and makes explicit invalid types being pass to initFrank Harrison2020-10-191-6/+16
* | | | | | review fixes| Fixes typosFrank Harrison2020-10-191-2/+2
* | | | | | review fixes| Attempts to explain that the captured behaviour has changedFrank Harrison2020-10-191-1/+1
* | | | | | review fixes| Remvoes debug print in testFrank Harrison2020-10-191-13/+0
* | | | | | review fixes| Conform to snake-case fixtures, supported by pytestFrank Harrison2020-10-191-2/+2
* | | | | | review fixes| Removes clarifying (IMO) variableFrank Harrison2020-10-191-2/+1
* | | | | | review fixes| Removes spaces in comments (PEP-257)Frank Harrison2020-10-191-11/+11
* | | | | | check_parallel| Fixes tests after upstream changesFrank Harrison2020-10-191-2/+6
* | | | | | check_parallel| Adds paramterised test against #jobs, #files and #checkerFrank Harrison2020-10-191-1/+126
* | | | | | check_parallel| Adds new test suite for multiple workers/check_parallelFrank Harrison2020-10-191-0/+262