summaryrefslogtreecommitdiff
path: root/tests/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
* Start work to separate integration and unit testsseparate-integration-testTimothy Crosley2020-08-231-4756/+0
* Demonstrates problem with #1389.Tamas Szabo2020-08-181-0/+1
* 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
* Adds length_sort_straight optionTamas Szabo2020-08-111-0/+23
* Implemented ability to treat all or select comments as code (issue #1357)Timothy Crosley2020-08-011-23/+0
* Merge branch 'develop' into issue/1177/colored-output-in-check-modeTamas Szabo2020-07-271-2/+29
|\
| * Flake8 config cleanup.Tamas Szabo2020-07-271-1/+0
| * Adds new wrap mode 10.Tamas Szabo2020-07-251-1/+29
* | Adds color to ERROR and SUCCESS in check mode.Tamas Szabo2020-07-261-1/+2
|/
* isort: split can now be used at the end of an import line.Timothy Crosley2020-07-221-0/+9
* Move new test over to regression test suite (issue #1339)Timothy Crosley2020-07-211-11/+0
* remove minimum indentsRyo Miyajima2020-07-221-0/+11
* Fixed issue #1219 / #1326: Comments not wrapped for long linesTimothy Crosley2020-07-161-1/+1
* Fixed #1192: or option has been deprecated as it is now always on.Timothy Crosley2020-07-141-254/+14
* Fixed #1280: rewrite of as imports changes the behavior of the importsTimothy Crosley2020-07-131-12/+13
* Fixed #1279: Fixed NOQA comment regression.Timothy Crosley2020-07-091-19/+31
* Add additional test casesTimothy Crosley2020-07-081-0/+13
* Merge pull request #1299 from hyeonjames/issue-1276Timothy Edmund Crosley2020-07-081-0/+18
|\
| * Remove blocks checking variable assignmenthyeonjames2020-07-081-0/+3
| * Fix lint errorhyeonjames2020-07-081-2/+11
| * Add tests for inquoteshyeonjames2020-07-081-0/+6
* | Warn instead of failing on not_skip settingTimothy Crosley2020-07-071-400/+352
* | Fix #1275: Blank line after docstring removed.Timothy Crosley2020-07-061-0/+1
* | Fixed #1284: Regression when sorting files from CLI using black profile.Timothy Crosley2020-07-061-0/+7
|/
* Fix issue 1264 - removing duplicate handling of comments for section sortingTimothy Crosley2020-07-061-19/+0
* Remove not_skip. Fixes: #1271Kosei Kitahara2020-07-061-1/+0
* Test untested areas of deprecated finders, back to 100% test coverageTimothy Crosley2020-06-231-7/+42
* Ensure old_finders is used as well as new oneTimothy Crosley2020-06-191-0/+1
* Fix test failures that resulted from finder refactoringTimothy Crosley2020-06-181-15/+24
* Add flag, configuration, and testing for existing finders to move into deprec...Timothy Crosley2020-06-151-92/+1
* Attempt to fix MacOS github action testingTimothy Crosley2020-05-171-1/+1
* Attempt to fix MacOS github action testingTimothy Crosley2020-05-171-1/+1
* Fix missing assertsTimothy Crosley2020-05-161-7/+2
* Switch to set comprehension for better performanceTimothy Crosley2020-05-151-3/+5
* Use literal syntax to create data structuredeepsource-fix-bdaafe91deepsource-autofix[bot]2020-05-151-6/+2
* Remove unused variablesdeepsource-autofix[bot]2020-05-141-4/+4
* Add additional tests; achieve 100% test coverage for parse moduleTimothy Crosley2020-05-071-0/+18
* Fix test caseTimothy Crosley2020-04-261-5/+1
* Pragramatically ignore coverage for environment specific linesTimothy Crosley2020-04-251-1/+5
* Ensure both forms of section comments are testedTimothy Crosley2020-04-241-2/+2
* 100% code coverage for output.pyTimothy Crosley2020-04-231-0/+14
* Additional test for comments above import sectionsTimothy Crosley2020-04-221-0/+2
* Add test for comments aboveTimothy Crosley2020-04-211-0/+6
* Add test for removing from importsTimothy Crosley2020-04-201-0/+9
* Update cimport test to test swapping back and forth from cimports to normal i...Timothy Crosley2020-04-151-0/+4
* Specify encodingTimothy Crosley2020-04-081-2/+2
* Remove last references to SortImports legacy APITimothy Crosley2020-03-261-1/+1
* Fix test case to save and read from fileTimothy Crosley2020-03-221-6/+2