summaryrefslogtreecommitdiff
path: root/tests/unit/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
* Black formattingTimothy Crosley2023-02-191-1/+0
* Add tests and fix some final bugsEthan Henderson2023-01-021-0/+81
* Remove obsolete `toml` import from the test suiteMichał Górny2022-12-211-2/+0
* Reformat new blackstaticdev2022-12-111-9/+6
* blackTimothy Crosley2022-05-141-1/+1
* Merge branch 'main' into trailing_commaTimothy Edmund Crosley2022-05-111-0/+18
|\
| * Add test to check for infinite loop on unmatched parenthesisAniruddha2022-04-131-0/+18
* | Add magic trailing comma optionLéni Gauffier~2022-03-131-0/+16
|/
* fix lines_before_imports appending lines after commentsLéni Gauffier2021-12-011-4/+18
* Improve coveageTimothy Crosley2021-11-241-0/+83
* Revert "only skip real comments"Timothy Edmund Crosley2021-11-061-21/+0
* 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
* 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
* Check gitignore more intelligentlyJeremy Paige2021-07-201-2/+2
* Address linting errorsTimothy Crosley2021-06-201-29/+34
* Migrate mypy from setuf.cfg -> pyproject.toml. Starting running against tests...Timothy Crosley2021-06-201-41/+48
* 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-201-19/+0
* 1732 adds sort_order allowing pythonic sort as an optionBob Walker2021-06-191-0/+19
* 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-171-0/+15
* Fix missing coverageTimothy Crosley2021-06-171-0/+9
* Fixed #1741Timothy Crosley2021-06-101-5/+6
* refactor: Add `toml` to dev-dependencies and assume always existskeno2021-05-031-5/+1
* Add test for issue#1714Aniruddha2021-04-291-0/+8
* Fix bug regarding multiline docstringsJon Banafato2021-03-221-0/+35
* Add new option for sorting relative imports in force-sorted sectionsgofr2021-02-141-2/+37
* Sort relative imports correctly with force_sort_within_sectionsgofr2021-02-111-0/+33
* Made identified imports .statement() runnable codeissue/1641Timothy Crosley2021-02-071-4/+4
* Respect line_length in vertical grid modes and deprecate mode 6gofr2021-02-051-1/+1
* Merge pull request #1626 from gofr/issue/1624Timothy Edmund Crosley2021-01-011-0/+88
|\
| * Move fix behind a flaggofr2020-12-311-1/+61
| * Make force_sort_within_sections respect casegofr2020-12-301-1/+29
* | Fix indented identification isortTimothy Crosley2020-12-301-5/+4
|/
* Update tests to enforce import identifaction line numbers use 1 base indexingTimothy Crosley2020-12-291-13/+13
* All tests now passingdTimothy Crosley2020-12-201-35/+29
* fix devnull linter warningTimur Kushukov2020-10-151-1/+1
* get imports stdout fixTimur Kushukov2020-10-141-0/+22
* get imports commandTimur Kushukov2020-10-131-0/+41
* corrected an error with joining imports in one lineanirudnits2020-10-101-3/+3
* Added tests for combine_straight_imports optionanirudnits2020-10-101-0/+20
* Fix issue #1523: isort should keep all as and non as importsTimothy Crosley2020-10-041-0/+23
* Merge pull request #1528 from PyCQA/improve-test-coverageTimothy Edmund Crosley2020-10-041-2/+3
|\