summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix linting errors due to overly long linesTimothy Crosley2020-08-231-12/+39
* Add several projects to integration testTimothy Crosley2020-08-232-11/+83
* Start work to separate integration and unit testsseparate-integration-testTimothy Crosley2020-08-2327-1/+2
* Fixed #1396: comments in imports with ; can keep isort from recognizing impor...Timothy Crosley2020-08-221-0/+30
* Add initial integration testTimothy Crosley2020-08-221-0/+11
* Merge pull request #1400 from diseraluca/issue/1397Timothy Edmund Crosley2020-08-221-0/+29
|\
| * Corrects a typo in the tests/test_hooks.py.Luca Di Sera2020-08-221-1/+1
| * Extends git_hook to allow for a user-specified configuration file.Luca Di Sera2020-08-221-0/+29
* | Merge pull request #1390 from sztamas/issue/1389/ensure_new_line_before_comme...Timothy Edmund Crosley2020-08-221-0/+1
|\ \ | |/ |/|
| * Demonstrates problem with #1389.Tamas Szabo2020-08-181-0/+1
* | Fixed #1395: reverse_relative setting doesn't have any effect when combined w...Timothy Crosley2020-08-211-8/+31
* | Add test case for issue #1396Timothy Crosley2020-08-211-0/+29
* | Fixed #1398: isort: off comment doesn't work, if it's the top comment in the ...Timothy Crosley2020-08-211-0/+47
|/
* Fix the first known party path expansionKrzysztof Jagiello2020-08-141-5/+12
* Ensure lack of setting population for editor config gets detectedTimothy Crosley2020-08-131-0/+3
* #1383: Known other does not work anymore with .editorconfigTimothy Crosley2020-08-131-0/+2
* Fix #1381: combine_as losing non as imports, in some cases.5.4.1Timothy Crosley2020-08-131-0/+15
* Merge pull request #1376 from sztamas/issue/1321/combine-as_loses_commentTimothy Edmund Crosley2020-08-121-0/+28
|\
| * Bugfix #1321: --combine-as loses commentTamas Szabo2020-08-121-0/+28
* | Bugfix #1375: --dont-order-by-type brokenTamas Szabo2020-08-121-0/+2
|/
* Adds length_sort_straight optionTamas Szabo2020-08-111-0/+23
* FormattingTimothy Crosley2020-08-071-1/+1
* Add test case for new error based approachTimothy Crosley2020-08-071-0/+4
* Fixed #953: Added support for deduping headings.Timothy Crosley2020-08-041-0/+36
* Resolved #1181: Implemented ability to specify the types of imports.Timothy Crosley2020-08-041-0/+24
* Added experimental support for sorting and deduping groupings of assignments.Timothy Crosley2020-08-043-0/+23
* Ensure isort literal sorting works with indentsTimothy Crosley2020-08-031-0/+72
* Resolve #1367: Improve error handling for known import sectionsTimothy Crosley2020-08-031-0/+7
* Simplify extension setting (not require preceding dot)Timothy Crosley2020-08-022-6/+1
* Initial work toward adding experimental support for sorting literals #1358Timothy Crosley2020-08-021-0/+33
* Initial work toward adding experimental support for sorting literals #1358Timothy Crosley2020-08-022-0/+68
* Implemented ability to treat all or select comments as code (issue #1357)Timothy Crosley2020-08-014-41/+45
* Supress filter_too_much errors for nowTimothy Crosley2020-07-311-1/+3
* Merge pull request #1361 from Zac-HD/property-testsTimothy Edmund Crosley2020-07-311-0/+93
|\
| * Hypothesmith property testZac-HD2020-08-011-0/+93
* | Improved handling of mixed newline forms within same source fileTimothy Crosley2020-07-311-0/+4
* | Improved handling of deprecated single line variables for usage with Visual S...Timothy Crosley2020-07-311-1/+1
|/
* black formattingTimothy Crosley2020-07-301-8/+33
* Resolve #1357: Add ability to treat all or select comments as codeTimothy Crosley2020-07-301-0/+95
* Fixed #1356: return status when arguments are passed in without files or a co...Timothy Crosley2020-07-301-2/+8
* Merge branch 'develop' into issue/1177/colored-output-in-check-modeTamas Szabo2020-07-273-0/+14
|\
| * Add additional test case for commentsTimothy Crosley2020-07-271-0/+4
| * Resolve #1353: Added support for output format pluginTimothy Crosley2020-07-272-0/+10
* | Make --color optional, fail if colorama isn't installed.Tamas Szabo2020-07-271-12/+36
* | Merge branch 'develop' into issue/1177/colored-output-in-check-modeTamas Szabo2020-07-2711-18/+87
|\ \ | |/
| * Merge pull request #1351 from sztamas/issue/1350/flake8-config-cleanupTimothy Edmund Crosley2020-07-267-12/+2
| |\
| | * Flake8 config cleanup.Tamas Szabo2020-07-277-12/+2
| * | Fixed #1348: --diff works incorrectly with files that have CRLF line endings.Timothy Crosley2020-07-262-0/+24
| |/
| * Add test for an example for shared profiles support (issue #970)Timothy Crosley2020-07-261-2/+12
| * Merge pull request #1344 from sztamas/issue/941/new-wrap-mode-hanging-indent-...Timothy Edmund Crosley2020-07-252-1/+30
| |\