summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing test casesTimothy Crosley2020-01-051-0/+26
* Add test for cimport sorting supportfeature/fix-issue-252Timothy Crosley2020-01-051-0/+359
* Initially working cimport supportTimothy Crosley2020-01-054-0/+4
* FormattingTimothy Crosley2020-01-034-4/+0
* Fix support for multi-line comments ending in what appear to be commentsTimothy Crosley2019-12-291-0/+25
* Add isort: split action with test casefeature/isort-skip-supportTimothy Crosley2019-12-281-0/+13
* Add support for isort on and off as well as moving toward isort: comment stan...Timothy Crosley2019-12-281-14/+15
* Add test for isort off commentTimothy Crosley2019-12-271-0/+13
* Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2019-12-261-3/+2
|\
| * Fix CLI running test caseTimothy Crosley2019-12-251-3/+2
* | Add support for nested import sectionsfeature/contiguous-import-sortingTimothy Crosley2019-12-261-0/+29
|/
* Skip tests temporarily to streamline mergeTimothy Crosley2019-12-241-0/+2
* Update tests to match updated behaviorTimothy Crosley2019-12-231-13/+5
* Fix signature of test caseTimothy Crosley2019-12-231-2/+0
* Update test to match new behaviour that allows multiple import sectionsTimothy Crosley2019-12-221-2/+1
* Update tests to match new isort command line argumentsTimothy Crosley2019-11-091-4/+4
* Add explicit lexicographical sorting supportTimothy Crosley2019-11-081-0/+14
* Flake8 fixesTimothy Crosley2019-11-081-9/+9
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-5/+12
* Fix use of default config to match new refactorTimothy Crosley2019-11-071-2/+2
* All test_isort tests now passing!Timothy Crosley2019-11-071-6/+3
* Fix safety skips to match new behaviourfeature/refactor-configTimothy Crosley2019-11-071-4/+4
* Remove safety excludes completelyTimothy Crosley2019-11-071-4/+7
* Further refactoring progress, less than 10 test failures on test_isort!Timothy Crosley2019-11-071-12/+7
* Simplify sectionsTimothy Crosley2019-11-071-9/+8
* Switch to sections defaultTimothy Crosley2019-11-072-6/+6
* Fix sections usage, don't convert needlesly into a namedtupleTimothy Crosley2019-11-071-6/+6
* Fix safety excludes test to use Config objectTimothy Crosley2019-11-071-1/+1
* Fix skip_glob testTimothy Crosley2019-11-071-1/+1
* Update configuration test to use new Config objectTimothy Crosley2019-11-071-3/+3
* Comment section heading support post refactorTimothy Crosley2019-11-061-1/+0
* Fix forced separate support post refactorTimothy Crosley2019-11-061-1/+1
* Fix length sortTimothy Crosley2019-11-061-1/+1
* Fix comand line argumentsTimothy Crosley2019-11-061-1/+1
* Fix comand line argumentsTimothy Crosley2019-11-061-1/+1
* Fix comand line argumentsTimothy Crosley2019-11-061-2/+2
* Fix comand line argumentsTimothy Crosley2019-11-061-3/+3
* Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2019-11-021-11/+18
|\
| * Find ext suffixes from imp or importlib.machineryJoshua Coats2019-10-311-11/+18
* | Fix test to worth with set valueTimothy Crosley2019-10-301-1/+1
* | Update test to match new parameter formatTimothy Crosley2019-10-301-2/+2
* | Fix stdlib inclusionsTimothy Crosley2019-10-293-5/+7
* | Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-292-4/+2
|/
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-4/+4
* Working output refactoringTimothy Crosley2019-10-272-9/+11
* Switch to Python3.6+ onlyTimothy Crosley2019-10-242-17/+13
* Separate wrap modes into there own moduleTimothy Crosley2019-10-241-0/+17
* Separate wrap modes into there own moduleTimothy Crosley2019-10-241-9/+0
* Move everything out of calling requirements for parsing beyond config definitionTimothy Crosley2019-10-231-3/+3
* Add test case for infer_line_separatorTimothy Crosley2019-10-221-1/+2