summaryrefslogtreecommitdiff
path: root/tests/unit/test_main.py
Commit message (Expand)AuthorAgeFilesLines
* Black formattingTimothy Crosley2023-02-191-1/+0
* Restore cruft usageTimothy Crosley2022-12-291-3/+3
* Fixed #1819: Occasional inconsistency with multiple src paths.Timothy Crosley2021-11-081-0/+44
* Increase test coverageAniruddha2021-10-151-4/+32
* Add test coverageAniruddha2021-10-071-0/+20
* Increase test coverageAniruddha2021-10-071-1/+1
* Correct linting errors and update testsAniruddha2021-10-071-19/+29
* Add test for resolve all configs flagAniruddha2021-10-071-0/+76
* Merge branch 'main' into better-gitignoreTimothy Edmund Crosley2021-07-201-1/+19
|\
| * 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
* | Check gitignore more intelligentlyJeremy Paige2021-07-201-0/+23
|/
* Address linting errorsTimothy Crosley2021-06-201-10/+6
* Migrate mypy from setuf.cfg -> pyproject.toml. Starting running against tests...Timothy Crosley2021-06-201-9/+13
* Fix missing coverageTimothy Crosley2021-06-171-10/+15
* 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
* | 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
* Resolve #1684: Add support for --extend-skip and --extend-skip-globTimothy Crosley2021-03-131-1/+1
* Implemented #1638 / #1644: Provide a flag to ensure same file handle is used...Timothy Crosley2021-03-041-0/+1
* Add test for allowing root, switch to allow root commandTimothy Crosley2021-03-011-0/+5
* 100% test coverageTimothy Crosley2020-12-301-0/+12
* Fix indented identification isortTimothy Crosley2020-12-301-1/+1
* Update tests to enforce import identifaction line numbers use 1 base indexingTimothy Crosley2020-12-291-2/+2
* Add testing for uniqueTimothy Crosley2020-12-281-5/+16
* identify imports directory supportTimothy Crosley2020-12-211-2/+1
* All tests now passingdTimothy Crosley2020-12-201-8/+2
* Improve test coverage with test for KeyError in mainTimothy Crosley2020-12-051-0/+16
* Improve coverage of identify importsTimothy Crosley2020-12-041-0/+3
* Refactor test main cases to reuse as_streamTimothy Crosley2020-12-031-87/+43
* Fix test on windowsTimothy Crosley2020-12-021-3/+2
* Fix windows testTimothy Crosley2020-12-021-2/+2
* Improve code coverage: identify imports streamTimothy Crosley2020-12-011-0/+9
* Improve test coverage, add test for dont follow linksTimothy Crosley2020-12-011-0/+1
* Remove spaces in blank lineTimothy Crosley2020-11-301-1/+1
* Formatting fixesTimothy Crosley2020-11-291-2/+2
* Implemented #1603: Support for disabling float_to_top from the command line.Timothy Crosley2020-11-281-0/+47
* Implemented #1596: Provide ways for extension formatting and file paths to be...Timothy Crosley2020-11-121-0/+60
* fix Windows testsTimur Kushukov2020-10-191-1/+2
* CLI to get importsTimur Kushukov2020-10-171-0/+12
* corrected an error with joining imports in one lineanirudnits2020-10-101-1/+1
* Added tests for combine_straight_imports optionanirudnits2020-10-101-0/+21
* Resolve linting errors5.6.2Timothy Crosley2020-10-101-2/+2
* FormattingTimothy Crosley2020-10-101-2/+2
* Add test for unseekable pipe errorsTimothy Crosley2020-10-101-19/+43
* added another test for full coverage of only-modified flag with check and als...anirudnits2020-10-041-16/+33
* Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...Timothy Crosley2020-10-031-0/+101
|\
| * added tests for only-modified flaganirudnits2020-10-021-0/+103