summaryrefslogtreecommitdiff
path: root/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #840 from viourr/black_comma_supportTimothy Edmund Crosley2019-02-251-1/+1
|\ \ \
| * | | Keep trailing comma even for a single from import. Issue 831Jeremiah Paige2019-02-251-1/+1
| |/ /
* | | move WrapModes to enum.EnumMaxim Kurnikov2019-02-261-8/+15
|/ /
* | Merge branch 'develop' into py3Timothy Edmund Crosley2019-02-241-9/+119
|\ \ | |/
| * Fix issue #762feature/fix-issue-762Timothy Crosley2019-02-241-0/+10
| * Remove unused importfeature/fix-issue-814Timothy Crosley2019-02-241-1/+0
| * Make compatible with Python2Timothy Crosley2019-02-241-19/+10
| * Fix open to cast temp config file location to string typeTimothy Crosley2019-02-231-1/+1
| * Try to include config in test suite by defaultTimothy Crosley2019-02-231-4/+25
| * Remove extra new line at end of fileTimothy Crosley2019-02-231-1/+0
| * Implement fix for 577, relative imports incorrectly sortedfeature/fix-issue-576Timothy Crosley2019-02-231-3/+3
| * Add initial test case for relative import sorting issueTimothy Crosley2019-02-231-0/+17
| * Fix issue 576Timothy Crosley2019-02-231-0/+7
| * Update test_isort.pyTimothy Edmund Crosley2019-02-161-1/+1
| * Merge branch 'develop' into Handle-EXT_SUFFIX-on-third-party-packagesTimothy Edmund Crosley2019-02-161-2/+92
| |\