summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* CLI to get importsTimur Kushukov2020-10-172-0/+19
* Merge pull request #1545 from timqsh/issue/1536Timothy Edmund Crosley2020-10-151-0/+63
|\
| * 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
* | Improves test coverage of settings.py.Tamas Szabo2020-10-141-9/+46
|/
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-10-121-0/+27
|\
| * Fixed #1556: Empty line added between imports that should be skipped.Timothy Crosley2020-10-121-0/+27
* | corrected an error with joining imports in one lineanirudnits2020-10-102-4/+4
* | Added tests for combine_straight_imports optionanirudnits2020-10-102-0/+41
|/
* Resolve linting errors5.6.2Timothy Crosley2020-10-102-4/+2
* FormattingTimothy Crosley2020-10-101-2/+2
* Fixed #1552: Pylama test dependent on source layout.Timothy Crosley2020-10-101-3/+5
* Add test for unseekable pipe errorsTimothy Crosley2020-10-101-19/+43
* Merge pull request #1553 from PyCQA/issue/1542/vertical-prefix-import-bugTimothy Edmund Crosley2020-10-101-0/+36
|\
| * Fix formattingTimothy Crosley2020-10-101-5/+8
| * Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap mode.Timothy Crosley2020-10-101-0/+33
* | Add zope to integration test suiteTimothy Crosley2020-10-091-0/+5
|/
* 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
* Hotfix: Fixed #1546: Unstable (non-idempotent) behavior with certain src trees.Timothy Crosley2020-10-081-0/+5
* 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
* | Add missing fileTimothy Crosley2020-10-071-0/+0
* | Finalize built in namespace support testsTimothy Crosley2020-10-072-11/+9
* | Add an almost implicit example of namespacesTimothy Crosley2020-10-074-0/+2
* | Add test cases for intended placement support of namespace packagesTimothy Crosley2020-10-072-0/+34
* | Add isortcfgs for namespace examplesTimothy Crosley2020-10-076-2/+10
* | Add a lack of namespace package exampleTimothy Crosley2020-10-073-0/+0
* | Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...issue/1443/initial-progressTimothy Crosley2020-10-0619-190/+3881
|\ \
| * | Add @jugmac00's Products.ZopeTree to integration test suiteTimothy Crosley2020-10-051-0/+5
| * | Fix issue #1523: isort should keep all as and non as importsTimothy Crosley2020-10-042-1/+27
| * | Add failing test for #1523Timothy Crosley2020-10-041-0/+11
| * | Merge pull request #1528 from PyCQA/improve-test-coverageTimothy Edmund Crosley2020-10-043-21/+67
| |\ \
| | * | And another go to fix the Windows tests.Tamas Szabo2020-10-051-1/+1
| | * | Another go at fixing the Windows tests.Tamas Szabo2020-10-051-1/+1
| | * | Another go at fixing the WIndows tests.Tamas Szabo2020-10-051-3/+3
| | * | Linting.Tamas Szabo2020-10-051-3/+3
| | * | Fix test failures on Windows.Tamas Szabo2020-10-051-2/+3
| | * | Fix for test_hooks.pyTamas Szabo2020-10-051-1/+1
| | * | Improve test coverage of place.py.Tamas Szabo2020-10-041-2/+3
| | * | Improve test coverage hooks.pyTamas Szabo2020-10-041-7/+24
| | * | Improve test coverage api.py.Tamas Szabo2020-10-041-12/+39
| * | | Merge pull request #1526 from PyCQA/issue/1525/bug-early-warnings-cant-be-sur...Timothy Edmund Crosley2020-10-041-0/+6
| |\ \ \
| | * | | Fix warnings can't surpressed with quiet.issue/1525/bug-early-warnings-cant-be-surpressed-with-quietTamas Szabo2020-10-041-0/+6
| | |/ /
| * | | 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-033-0/+177
| |\ \
| | * | 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 'develop' of https://github.com/PyCQA/isort into issue/1115/only...anirudnits2020-10-022-2/+20
| | |\ \
| | * | | added tests for only-modified flaganirudnits2020-10-022-0/+104
| * | | | Fix how unsupported encoding file is createdTimothy Crosley2020-10-031-3/+4