summaryrefslogtreecommitdiff
path: root/tests/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for 1037feature/fix-issue-1037Timothy Crosley2020-01-151-0/+12
* Fix issue 751Timothy Crosley2020-01-141-0/+23
* Add test case for issue 1091: comments at top of fileTimothy Crosley2020-01-131-0/+12
* Fix a variety of nested import bugsTimothy Crosley2020-01-081-0/+49
* Fix issue #969: Add support for single line exclusionsfeature/fix-issue-969Timothy Crosley2020-01-071-0/+20
* Add cdef and cpdef supportTimothy Crosley2020-01-061-0/+38
* Fix issue #812: error reporting incorrectTimothy Crosley2020-01-051-1/+1
* Fix issue #1012Timothy Crosley2020-01-051-2/+2
* Fix issue #1061Timothy Crosley2020-01-051-0/+12
* Fix issue #1065, multiple noqa commentsfeature/fix-issue-1065Timothy Crosley2020-01-051-4/+33
* Add missing test casesTimothy Crosley2020-01-051-0/+26
* Add test for cimport sorting supportfeature/fix-issue-252Timothy Crosley2020-01-051-0/+359
* 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
* 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
* 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-071-5/+5
* 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-291-3/+3
|/
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-4/+4
* Move tests into tests subdirectoryTimothy Crosley2019-10-131-0/+4146