summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1819: Occasional inconsistency with multiple src paths.Timothy Crosley2021-11-081-0/+44
* Revert "only skip real comments"Timothy Edmund Crosley2021-11-061-21/+0
* Fixes #1838: don't append imports where no imports are presentTimothy Crosley2021-11-031-0/+13
* Fix formattingTimothy Crosley2021-10-301-6/+7
* use regex to mach file_skipChristian Decker2021-10-281-0/+7
* fix linterChristian Decker2021-10-281-1/+5
* handle without space after hashChristian Decker2021-10-271-1/+6
* only skip real commentsChristian Decker2021-10-271-0/+5
* Increase test coverageAniruddha2021-10-151-4/+32
* Add test coverageAniruddha2021-10-071-0/+20
* Increase test coverageAniruddha2021-10-072-4/+15
* Correct linting errors and update testsAniruddha2021-10-072-20/+30
* Add test for resolve all configs flagAniruddha2021-10-071-0/+76
* RCorrect deepsource errorsAniruddha2021-10-032-14/+14
* Add test for resolve-all-configs flagAniruddha2021-10-032-0/+88
* Merge pull request #1818 from sgaist/issue/1646Timothy Edmund Crosley2021-10-011-0/+13
|\
| * feature: implement lines before importsSamuel Gaist2021-09-301-0/+13
* | Add an option to set a footer for every import sectionParnassius2021-09-301-0/+157
|/
* Add test to test adequate exception handlingAniruddha2021-09-141-1/+36
* Spelling fixesVille Skyttä2021-08-164-5/+5
* 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
* Merge branch 'main' of https://github.com/timothycrosley/isortTimothy Crosley2021-07-232-2/+25
|\
| * Merge branch 'main' into better-gitignoreTimothy Edmund Crosley2021-07-206-2/+54
| |\
| * | Check gitignore more intelligentlyJeremy Paige2021-07-202-2/+25
* | | Make all exceptions pickleableTimothy Crosley2021-07-231-0/+5
| |/ |/|
* | Fixed #1781: CLI flag shouldn't take any arguments.Timothy Crosley2021-07-141-1/+2
* | Fixed #1771: Improved handling of skips against named streamed in content.Timothy Crosley2021-07-081-0/+17
* | Fix issue #1767: codec error in __init__ files without proper encoding setTimothy Crosley2021-07-084-1/+5
* | Fix issue #1769: Add imports can be added to incorrect locationTimothy Crosley2021-07-071-0/+30
|/
* Add support for glob expansion in src_pathsGiuseppe Lumia2021-06-271-1/+12
* Address linting errorsTimothy Crosley2021-06-205-48/+65
* Migrate mypy from setuf.cfg -> pyproject.toml. Starting running against tests...Timothy Crosley2021-06-208-75/+86
* Implemented #1722: Improved behavior for running isort in atomic mode over C...Timothy Crosley2021-06-201-0/+11
* Implemented #1732: Support for custom sort functions.Timothy Crosley2021-06-203-19/+51
* 1732 adds sort_order allowing pythonic sort as an optionBob Walker2021-06-191-0/+19
* Merge pull request #1750 from legau/formatoutputTimothy Edmund Crosley2021-06-171-3/+15
|\
| * add format-errors and format-success optionsLéni Gauffier2021-06-171-3/+15
* | Implemented #1394: 100% branch coverage (in addition to line coverage) enforced.Timothy Crosley2021-06-171-14/+61
* | Full coverage for isort/api.pyTimothy Crosley2021-06-172-1/+30
* | Fix missing coverageTimothy Crosley2021-06-173-10/+40
* | Add test case for add import skip featureTimothy Crosley2021-06-161-0/+50
|/
* Merge pull request #1703 from legau/gitignore-fastTimothy Edmund Crosley2021-06-151-33/+113
|\
| * windows okLéni Gauffier2021-06-131-7/+10
| * tests okLéni Gauffier2021-04-121-33/+110
* | 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-102-5/+77
* | Fix issue #1726: isort ignores reverse_sort when force_sort_within_sections i...Timothy Crosley2021-05-111-0/+33