summaryrefslogtreecommitdiff
path: root/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated testTimothy Crosley2019-05-011-7/+0
* Merge pull request #939 from timothycrosley/feature/implement-938Timothy Edmund Crosley2019-05-011-0/+43
* make compat layer to preserve public apiMaxim Kurnikov2019-04-251-2/+1
* enable tests typecheckingMaxim Kurnikov2019-04-251-11/+12
* Relax RequirementsFinder testDustin Ingram2019-04-181-1/+1
* Remove unnecessary test skipsDustin Ingram2019-04-181-4/+0
* Add test case for issue #691feature/fix-issue-691Timothy Crosley2019-04-091-0/+23
* Add test case for issue #905feature/fix-issue-905Timothy Crosley2019-04-071-0/+17
* Add correctly failing test case for issueTimothy Crosley2019-04-031-0/+2
* Fix test caseTimothy Crosley2019-04-031-2/+2
* Fix test caseTimothy Crosley2019-04-021-1/+1
* Add initial test caseTimothy Crosley2019-03-301-0/+17
* Merge pull request #911 from timothycrosley/feature/fix-issue-909Timothy Edmund Crosley2019-03-241-2/+33
* Fix issue #778, deprecating Python3.4 support - starting with removal of userfeature/fix-issue-778Timothy Crosley2019-03-111-0/+7
* Merge pull request #898 from timothycrosley/feature/fix-issue-811Timothy Edmund Crosley2019-03-101-0/+13
* Add addition test to ensure */directory/*.py glob pattern works as expectedTimothy Crosley2019-03-091-1/+2
* Fix issue #889: Isort should not add blank lines to beginning of fileTimothy Crosley2019-03-081-0/+8
* Fix issue #890Timothy Crosley2019-03-081-0/+21
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-071-0/+16
|\
| * Do not print file names when in the quiet modeEmil Melnikov2019-03-061-0/+16
* | Fix file skipping in particular with globsTimothy Crosley2019-03-071-0/+14
* | Add first additional test caseTimothy Crosley2019-03-071-1/+8
|/
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-061-2/+5
* Merge pull request #854 from mkurnikov/fix-enum-bug-cherry-pickTimothy Edmund Crosley2019-03-021-0/+14
|\
| * fix bug with parsing WrapModes from config fileMaxim Kurnikov2019-02-271-0/+14
* | Merge pull request #862 from blueyed/fix-no_lines_before-with-empty-sectionTimothy Edmund Crosley2019-03-021-0/+12
|\ \
| * | Fix no_lines_before with empty sectionDaniel Hahler2019-03-011-0/+12
| |/
* | Merge pull request #867 from jpgrayson/developTimothy Edmund Crosley2019-03-021-1/+19
|\ \
| * | Add -rr/--reverse-relative option (issue #417)Peter Grayson2019-03-011-1/+19
| |/
* | Merge pull request #861 from blueyed/fix-test_inconsistent_behavior_in_python...Timothy Edmund Crosley2019-03-021-1/+2
|\ \
| * | Fix test_inconsistent_behavior_in_python_2_and_3_issue_479Daniel Hahler2019-03-011-1/+2
| |/
* | Merge pull request #863 from blueyed/fix-default_settings_pathTimothy Edmund Crosley2019-03-021-2/+3
|\ \
| * | tests: fix default_settings_pathDaniel Hahler2019-03-011-2/+3
| |/
* | Add back missing importTimothy Crosley2019-03-021-0/+1
* | Merge in latest from masterTimothy Crosley2019-03-011-38/+59
|\ \ | |/ |/|
| * Remove bare exceptTimothy Crosley2019-03-011-2/+0
| * Fix finders testTimothy Crosley2019-03-011-5/+6
| * Attempt to restore full windows compatiblityTimothy Crosley2019-03-011-7/+11
| * Fix syntaxfeature/fix-windows-supportTimothy Crosley2019-02-281-1/+1
| * Try printing fileTimothy Crosley2019-02-281-0/+4
| * Use settings_path instead of additional settings dict; remove encoding set as...Timothy Crosley2019-02-281-19/+6
| * See if setting default encoding fixes testTimothy Crosley2019-02-281-0/+6
| * Better settings management for tests cross OSTimothy Crosley2019-02-281-6/+12
| * Attempt more verbose outputTimothy Crosley2019-02-281-3/+9
| * Fix tmp file behaviour to be compatible with app veyorTimothy Crosley2019-02-281-9/+12
| * Fix tmp file issueTimothy Crosley2019-02-281-26/+32
| * Merge in fixJeremiah Paige2019-02-251-1/+1
* | Merge pull request #843 from richardlthomas/fix-issue-826Timothy Edmund Crosley2019-02-251-0/+19
|\ \
| * | Modifying testRick Thomas2019-02-251-2/+2
| * | Added NOQA to lines to be skipped - expect behavior is now that all isort:ski...Rick Thomas2019-02-251-0/+19