summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing sys import to test_io modulefeature/fix_windows_testingTimothy Crosley2020-02-101-0/+1
* Skip io test on windowsTimothy Crosley2020-02-101-0/+1
* Fix test case to be more explicitTimothy Crosley2020-02-101-1/+1
* Add github sponsor funding linkTimothy Crosley2020-02-091-0/+1
* Initial tests for findersTimothy Crosley2020-02-042-0/+43
* Add initial unit tests for io moduleTimothy Crosley2020-02-031-0/+23
* Add test case for iter_source_codeTimothy Crosley2020-02-031-0/+7
* Add additional testing for main moduleTimothy Crosley2020-02-032-1/+5
* Pragmatically ignore unexpected OS errorTimothy Crosley2020-02-011-1/+1
* Remove unused get_settings path functionTimothy Crosley2020-01-311-10/+0
* Add test case for issue #1014Timothy Crosley2020-01-301-0/+19
* Fix exception test to handle system exceptionsTimothy Crosley2020-01-301-2/+2
* Ignore initial exception in test caseTimothy Crosley2020-01-291-1/+3
* Ignore initial exception in test caseTimothy Crosley2020-01-291-1/+3
* don't cover platform specific caseTimothy Crosley2020-01-291-1/+1
* Move test commandTimothy Crosley2020-01-291-0/+0
* Add exception testingTimothy Crosley2020-01-281-0/+68
* Add exception testingTimothy Crosley2020-01-281-0/+3
* Merge pull request #1110 from tegkhanna/feature/bug-1015Timothy Edmund Crosley2020-01-282-2/+32
|\
| * Fixes #1015Teg Khanna2020-01-222-2/+32
* | Full test coverage for setuptools_commandsTimothy Crosley2020-01-275-20/+47
* | Add missing dev dependencyTimothy Crosley2020-01-271-0/+1
* | Add tests for pylama isortTimothy Crosley2020-01-261-0/+19
* | Add src and test dir fixturesTimothy Crosley2020-01-261-0/+16
* | Ignore type checking conditionalsTimothy Crosley2020-01-251-0/+1
* | Increase wrap mode test coverageTimothy Crosley2020-01-251-0/+7
* | Remove None output typingTimothy Crosley2020-01-241-1/+1
* | Fix typo in hooks module, to point to filenameTimothy Crosley2020-01-241-2/+2
* | Add initial test suite for setup tools commandsTimothy Crosley2020-01-242-1/+20
* | Add test cases for format moduleTimothy Crosley2020-01-231-0/+18
* | Add testing for hooksTimothy Crosley2020-01-222-1/+25
|/
* Add pylama to dev requirementsTimothy Crosley2020-01-221-0/+1
* _future should be ignored from coverageTimothy Crosley2020-01-211-0/+1
* Add basic import smoke testTimothy Crosley2020-01-211-0/+42
* Remove unused functionsTimothy Crosley2020-01-211-22/+1
* Add Teg khanna (@tegkhanna) to acknowledgementsTimothy Crosley2020-01-201-1/+1
* Add Teg khanna (@tegkhanna) to acknowledgementsTimothy Crosley2020-01-201-0/+1
* Merge pull request #1109 from tegkhanna/enhancement/prefix_from_wrap_methodTimothy Edmund Crosley2020-01-203-0/+74
|\
| * Update test_wrap_modes.pyTimothy Edmund Crosley2020-01-201-1/+3
| * Update test_isort.pyTimothy Edmund Crosley2020-01-201-3/+3
| * fixed spelling. and added testcasesTeg Khanna2020-01-213-1/+41
| * Adds wrap method for prefix 'from module import'Teg Khanna2020-01-201-0/+32
|/
* Merge pull request #1108 from timothycrosley/feature/fix-issue-807Timothy Edmund Crosley2020-01-192-1/+17
|\
| * Fix issue #807: no sections with futurefeature/fix-issue-807Timothy Crosley2020-01-191-1/+5
| * Add test to ensure future imports are forced to top, issue #807Timothy Crosley2020-01-191-0/+12
|/
* Change keep_direct_and_as_imports default to TrueTimothy Crosley2020-01-183-9/+19
* Merge pull request #1107 from timothycrosley/feature/fix-issue-908Timothy Edmund Crosley2020-01-183-16/+38
|\
| * FormattingTimothy Crosley2020-01-181-1/+4
| * Update parse to treat as imports consitentlyTimothy Crosley2020-01-181-2/+10
| * Add test cases, and update test cases for dsired constency improvementTimothy Crosley2020-01-181-17/+17