summaryrefslogtreecommitdiff
path: root/tests/unit/test_regressions.py
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesVille Skyttä2021-08-161-1/+1
* Add test case for issue #1799Timothy Crosley2021-08-061-0/+30
* Fixed #1792: Sorting literals sometimes ignored when placed on first few line...Timothy Crosley2021-07-271-0/+41
* Fix issue #1769: Add imports can be added to incorrect locationTimothy Crosley2021-07-071-0/+30
* Address linting errorsTimothy Crosley2021-06-201-1/+3
* Migrate mypy from setuf.cfg -> pyproject.toml. Starting running against tests...Timothy Crosley2021-06-201-1/+1
* Fixed #1721: repeat noqa comments on separate from lines with force-single-li...Timothy Crosley2021-06-131-0/+16
* Fixed #1744: repeat noqa comments dropped when * import and non * imports exi...Timothy Crosley2021-06-121-0/+55
* FormattingTimothy Crosley2021-06-101-6/+9
* Fixed #1741Timothy Crosley2021-06-101-0/+71
* Add test case for issue #1711Timothy Crosley2021-04-211-0/+32
* Fix test to ensure output is the sameTimothy Crosley2021-03-201-4/+4
* Create failing test for issue #1566Timothy Crosley2021-03-191-0/+12
* Fixed #1594: incorrect placement of noqa comments with multiple from imports.Timothy Crosley2021-03-181-0/+22
* Fix indentationTimothy Crosley2021-03-031-1/+1
* Create failing test for issue #1667issue/1667Timothy Crosley2021-03-021-0/+17
* Add test case for issue #1670Timothy Crosley2021-02-171-0/+31
* Add test for duplicate alias caseTimothy Crosley2021-01-121-0/+12
* Update test to use correct spacing for commentsTimothy Crosley2021-01-121-2/+2
* Add test case for issue #1631issue/1631Timothy Crosley2021-01-101-0/+10
* Fix test line lengthsTimothy Crosley2020-12-251-7/+13
* Remove uneeded lineTimothy Crosley2020-12-241-1/+0
* Expand test to capture case where comma is already presentTimothy Crosley2020-12-241-0/+9
* Add failing test for issue #1621: Showing that double comma does indeed apear.Timothy Crosley2020-12-241-0/+16
* Fixed #1556: Empty line added between imports that should be skipped.Timothy Crosley2020-10-121-0/+27
* Fix formattingTimothy Crosley2020-10-101-5/+8
* Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap mode.Timothy Crosley2020-10-101-0/+33
* Fixed #1548: On rare occasions an unecessary empty line can be added when an ...issue/1548/empty-line-added-after-import-skipTimothy Crosley2020-10-081-0/+86
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-071-0/+49
|\
| * Fixed #1539: In extremely rare cases isort 5.5.4 introduces syntax error by r...Timothy Crosley2020-10-071-0/+49
* | Fix issue #1523: isort should keep all as and non as importsTimothy Crosley2020-10-041-1/+4
* | Add failing test for #1523Timothy Crosley2020-10-041-0/+11
* | Adds characterization tests for float_to_top and on/off.characterization-test-float-to-top-in-sort-on-offTamas Szabo2020-10-031-0/+75
* | Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-291-0/+40
|\ \ | |/
| * Hot fix release 5.5.4Timothy Crosley2020-09-291-0/+40
* | Add test case for #1499: single-line multi-line string comment confuses float...Timothy Crosley2020-09-251-0/+77
|/
* Match format of surrounding testsTimothy Crosley2020-09-201-1/+1
* Add more extensive testing for raise issueTimothy Crosley2020-09-201-1/+67
* Add support for skipping parensissue/1488/isort-mangling-lines-that-start-with-fromTimothy Crosley2020-09-191-2/+1
* Extend testing to include paren caseTimothy Crosley2020-09-191-5/+28
* Improve test cases, add test for comment that looks like line continuationTimothy Crosley2020-09-191-5/+31
* Add failing test for issue #1488Timothy Crosley2020-09-181-0/+18
* Fix issue #1454: Endless import sorting for indendent imports with section he...issue/1454/fix-endless-import-sortingTimothy Crosley2020-09-031-0/+23
* Resolve #1453: isort error when float to top on almost empty file. Ensure err...issue/1453/float-to-top-errors-with-empty-fileTimothy Crosley2020-09-031-0/+15
* Formatting with black + isortTimothy Crosley2020-09-031-17/+46
* Add test for desired float_to_top behaviorTimothy Crosley2020-09-031-0/+168
* Add test cases for both #1444 and 1445Timothy Crosley2020-09-031-0/+55
* Resolve #1431: isort incorrectly moving commentsissue/1431/fix-misplaced-commentsTimothy Crosley2020-08-301-0/+14
* Add failing test for #1427Timothy Crosley2020-08-291-0/+13
* Fix #1420: Ensure isort doesn't include new imports in comparisonissue/1420/fix-isort-unclean-check-on-add-depending-on-doc-string-positionTimothy Crosley2020-08-281-0/+15