summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | refactor: Add `toml` to dev-dependencies and assume always existskeno2021-05-031-5/+1
* | Add test for issue#1714Aniruddha2021-04-291-0/+8
* | Add test case for issue #1711Timothy Crosley2021-04-211-0/+32
* | Better skip_file behavior for streamsissue/1705/stream/skip-failureTimothy Crosley2021-04-161-0/+25
|/
* Fix --gitignore flag not working on relative subdir filesLéni Gauffier2021-03-311-1/+21
* Fix bug regarding multiline docstringsJon Banafato2021-03-221-0/+35
* 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
* Resolved #1504: Added ability to push star imports to the top to avoid overri...Timothy Crosley2021-03-171-0/+23
* Add test case for issue #1645: Allowing sort order to be reversedTimothy Crosley2021-03-171-0/+30
* Add test case to ensure incorrectly formatted from statements dont disapearTimothy Crosley2021-03-151-0/+21
* Resolve #1684: Add support for --extend-skip and --extend-skip-globTimothy Crosley2021-03-131-1/+1
* Merge branch 'develop' into issue/1659/force-sort-sections-with-relative-importsTimothy Edmund Crosley2021-03-105-1/+122
|\
| * Implemented #1638 / #1644: Provide a flag to ensure same file handle is used...Timothy Crosley2021-03-042-0/+6
| * Fix indentationTimothy Crosley2021-03-031-1/+1
| * Create failing test for issue #1667issue/1667Timothy Crosley2021-03-021-0/+17
| * Add test for allowing root, switch to allow root commandTimothy Crosley2021-03-011-0/+5
| * fix :Failed to pull configuration information from pyproject.tomldongfangtianyu2021-02-241-0/+25
| * Add test case for issue #1670Timothy Crosley2021-02-171-0/+31
| * Fix not replacing the source file if only literals are changed but not the im...Marco Lam2021-02-171-1/+38
* | squash! Add new option for sorting relative imports in force-sorted sectionsgofr2021-02-141-4/+4
* | 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-112-4/+37
|/