summaryrefslogtreecommitdiff
path: root/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for PY3-style packagesJonas Lundberg2018-05-071-7/+23
* Use listdir instead of walkJonas Lundberg2018-05-071-2/+1
* Treat known patterns ending with / as directoriesJonas Lundberg2018-05-041-0/+15
* Merge pull request #695 from NeilGirdhar/patch-2Timothy Edmund Crosley2018-04-261-2/+2
|\
| * Fixed test for fallback to mode 4 change.Neil2018-04-261-2/+2
* | strip output before comparing whitespace to allow for files missing closing n...Matt Bennett2018-02-151-0/+11
|/
* Fix whitespace4.3.4Timothy Crosley2018-02-121-5/+2
* Add tests for issue #671Timothy Crosley2018-02-121-0/+34
* Add test for desired outcomeTimothy Crosley2018-02-051-0/+9
* Ensure issue #666 is fixedfeature/fix-issue-666Timothy Crosley2018-02-051-0/+17
* Add test for issue #662Timothy Crosley2018-02-041-0/+8
* Restore fix for issue #651Timothy Crosley2018-02-031-0/+17
* Fix indentation erroTimothy Crosley2018-02-011-4/+4
* Implement fix for issue #654 while still supporting mode described in pull re...Timothy Crosley2018-02-011-3/+6
* Add test case for issue #654Timothy Crosley2018-02-011-0/+7
* Don't attempt to process files we can't openAndy Freeland2018-01-311-0/+6
* Use correct spacing between testKathryn Lingel2018-01-241-0/+2
* Handle parenthetically enclosed imports starting after an escaped lineKathryn Lingel2018-01-241-1/+8
* Merge pull request #642 from akonsta/Fix606Timothy Edmund Crosley2018-01-241-0/+3
|\
| * Fix 606, adding -k parameter to keep both direct and as imports and included ...Andrew Konstantaras2018-01-241-4/+2
| * Fix 606, adding -k parameter to keep both direct and as imports and included ...Andrew Konstantaras2018-01-241-1/+1
| * Fix 606, adding -k parameter to keep both direct and as imports and included ...Andrew Konstantaras2018-01-241-0/+5
* | Merge pull request #641 from jasonbrackman/developTimothy Edmund Crosley2018-01-241-0/+24
|\ \
| * | added a test for imports created at load time, such as six.moves.jasonbrackman2018-01-241-0/+24
* | | Merge pull request #640 from akonsta/Fix638Timothy Edmund Crosley2018-01-241-1/+7
|\ \ \ | |/ / |/| / | |/
| * Fix 638 and 613 by cleaning line earlier and fixing typo and adding \nAndrew Konstantaras2018-01-241-2/+2
| * Fix 638 and 613 by cleaning line earlier and fixing typoAndrew Konstantaras2018-01-241-2/+2
| * Added test for 613 and allow "from.import" syntaxAndrew Konstantaras2018-01-241-1/+0
| * Added test for 613 and allow "from.import" syntaxAndrew Konstantaras2018-01-241-1/+8
* | Updating test to account for django being installed on local machine.jasonbrackman2018-01-241-1/+1
|/
* Merge pull request #631 from obmarg/fix/extra-line-breaksTimothy Edmund Crosley2018-01-231-0/+9
|\
| * Update test_isort.pyTimothy Edmund Crosley2018-01-231-1/+0
| * Don't add un-neccesary line break in grouped vertical grid.Graeme Coupar2018-01-191-0/+10
* | Merge pull request #632 from obmarg/fix/smart-linesTimothy Edmund Crosley2018-01-231-0/+13
|\ \
| * | Smart newlines no longer skips multi-line string assignmentsGraeme Coupar2018-01-191-0/+13
* | | Merge branch 'develop' into fix-missing-output-propertyTimothy Edmund Crosley2018-01-231-8/+30
|\ \ \
| * | | Update test_isort.pyTimothy Edmund Crosley2018-01-231-0/+1
| * | | Merge branch 'develop' into fix-broken-unit-testTimothy Edmund Crosley2018-01-231-1/+15
| |\ \ \
| | * | | Update test_isort.pyTimothy Edmund Crosley2018-01-231-1/+0
| | * | | Update test_isort.pyTimothy Edmund Crosley2018-01-231-1/+2
| | * | | Merge branch 'develop' into GH512dmanikowski-reef2018-01-111-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Add mutually exclusive group to argsDawid Manikowski2017-12-281-1/+0
| | * | | Fix args descriptionDawid Manikowski2017-12-211-1/+1
| | * | | GH512: Add an option to ignore order within a single import statement.Krzysztof Chomski2017-12-211-3/+18
| * | | | repair broken test, I just ported ed99445a updates to test_isort.py back, loo...Bastien Gérard2018-01-151-7/+14
| | |/ / | |/| |
| * | | Drop support for Python 3.3.h-hirokawa2017-12-121-3/+2
| |/ /
* | | Add output property to SortImports instance when the file contents contains `...h-hirokawa2017-12-121-8/+9
|/ /
* | Merge branch 'develop' into developTimothy Edmund Crosley2017-10-301-2/+29
|\ \
| * \ Merge pull request #601 from GeyseR/no_lines_before_optionTimothy Edmund Crosley2017-10-301-0/+26
| |\ \
| | * | Add no_lines_before option to let sections not be split from previousSergey Fursov2017-10-101-0/+26