summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test case for issue #1631issue/1631Timothy Crosley2021-01-101-0/+10
* Merge pull request #1626 from gofr/issue/1624Timothy Edmund Crosley2021-01-011-0/+88
|\
| * Move fix behind a flaggofr2020-12-311-1/+61
| * Make force_sort_within_sections respect casegofr2020-12-301-1/+29
* | 100% test coverageTimothy Crosley2020-12-302-1/+28
* | 100% test coverage for new identify moduleTimothy Crosley2020-12-301-1/+27
* | Fix indented identification isortTimothy Crosley2020-12-303-7/+54
* | Add additional identification test casesTimothy Crosley2020-12-301-2/+63
* | Add initial unit testing for identify - with focuses on yield and raise edge ...Timothy Crosley2020-12-301-0/+139
|/
* Update tests to enforce import identifaction line numbers use 1 base indexingTimothy Crosley2020-12-292-15/+15
* Add testing for uniqueTimothy Crosley2020-12-281-5/+16
* Fix test line lengthsTimothy Crosley2020-12-251-7/+13
* Remove uneeded lineTimothy Crosley2020-12-241-1/+0
* Expand test to capture case where comma is already presentTimothy Crosley2020-12-241-0/+9
* Add failing test for issue #1621: Showing that double comma does indeed apear.Timothy Crosley2020-12-241-0/+16
* identify imports directory supportTimothy Crosley2020-12-211-2/+1
* Add test for new files modulefeature/super-fast-import-identificationTimothy Crosley2020-12-201-0/+8
* All tests now passingdTimothy Crosley2020-12-203-48/+34
* lintingTimothy Crosley2020-12-131-1/+1
* Fix datadog integration testTimothy Crosley2020-12-121-1/+1
* Add test for #1604: allow toggling section header in indented importsTimothy Crosley2020-12-091-0/+48
* 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
* Fix integration test to skip unsorted filesissue/1596Timothy Crosley2020-11-131-1/+1
* Implemented #1596: Provide ways for extension formatting and file paths to be...Timothy Crosley2020-11-121-0/+60
* Fix handling of mix indented importsTimothy Crosley2020-11-041-0/+29
* Fix new_indent behaviorTimothy Crosley2020-11-031-5/+8
* Fix #1575: Leading space is removed from wrong lineTimothy Crosley2020-11-021-0/+15
* Merge pull request #1588 from sgaist/issue/1583Timothy Edmund Crosley2020-11-011-0/+28
|\
| * OS agnostic test changesTimothy Edmund Crosley2020-11-011-2/+2
| * Update test_ticketed_features.pyTimothy Edmund Crosley2020-11-011-2/+5
| * Implement custom output handling in sort_fileSamuel Gaist2020-10-301-0/+25
* | Fix non-idempotent behavior for combine-straightTimothy Crosley2020-10-311-0/+7
|/
* fix Windows testsTimur Kushukov2020-10-192-2/+3
* 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