summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 100% test coverage for main.pyTimothy Crosley2020-05-061-0/+17
* Increase main test coverage adding significantly more sub test casesTimothy Crosley2020-05-051-0/+50
* Add test for JSON preconvert stepTimothy Crosley2020-05-041-0/+8
* Update test.mainTimothy Crosley2020-05-041-0/+39
* Output config as JSON to make it easier to use from programatic scripts, add ...Timothy Crosley2020-05-031-0/+30
* Add initial test for main.parse_argsTimothy Crosley2020-05-031-0/+7
* Add testing for skip exceptions in main.sort_importsTimothy Crosley2020-05-031-1/+6
* Full test coverage for io moduleTimothy Crosley2020-05-021-1/+25
* Full test coverage of settings moduleTimothy Crosley2020-05-021-5/+62
* Add test for settings._as_listTimothy Crosley2020-05-011-1/+6
* Add initial test for main.sort_importsTimothy Crosley2020-04-301-1/+10
* Initial test for is_skippedTimothy Crosley2020-04-291-0/+6
* 100% hooks coverageTimothy Crosley2020-04-281-5/+8
* Add initial settings test fileTimothy Crosley2020-04-271-0/+17
* Fix test caseTimothy Crosley2020-04-261-5/+1
* Pragramatically ignore coverage for environment specific linesTimothy Crosley2020-04-251-1/+5
* Ensure both forms of section comments are testedTimothy Crosley2020-04-241-2/+2
* 100% code coverage for output.pyTimothy Crosley2020-04-231-0/+14
* Additional test for comments above import sectionsTimothy Crosley2020-04-221-0/+2
* Add test for comments aboveTimothy Crosley2020-04-211-0/+6
* Add test for removing from importsTimothy Crosley2020-04-201-0/+9
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-04-183-2/+52
|\
| * Achieve 100% test coverage for wrap.pyTimothy Crosley2020-04-181-0/+15
| * Add test for duplicate config infromationTimothy Crosley2020-04-181-0/+6
| * Add test case for applying changeTimothy Crosley2020-04-171-0/+9
| * Initial show_diff coveragemore-testsTimothy Crosley2020-04-161-0/+1
| * Update cimport test to test swapping back and forth from cimports to normal i...Timothy Crosley2020-04-151-0/+4
| * add test for showing diff and writing to stdout when sorting fileTimothy Crosley2020-04-121-3/+8
| * Add test for imperfect imports as wellTimothy Crosley2020-04-111-0/+4
| * Add initial check file checkTimothy Crosley2020-04-101-0/+6
* | 100% test coverage for wrap_modes, adding auto NOQA test caseTimothy Crosley2020-04-181-0/+1
|/
* Add initial testing module for api.pyTimothy Crosley2020-04-091-0/+12
* Specify encodingTimothy Crosley2020-04-081-2/+2
* Fix setting of config values for check_file, fix test for fileTimothy Crosley2020-03-311-1/+1
* Fix mock statement for new APITimothy Crosley2020-03-301-1/+1
* Remove no longer needed module / importTimothy Crosley2020-03-291-1/+0
* Remove no longer needed import checkTimothy Crosley2020-03-281-1/+0
* Remove last references to SortImports legacy APITimothy Crosley2020-03-261-1/+1
* Fix test case to save and read from fileTimothy Crosley2020-03-221-6/+2
* Fix config setting in test casesTimothy Crosley2020-03-211-1/+1
* Initial API command for checkTimothy Crosley2020-03-201-5/+4
* Update test case to flag existing syntax errorTimothy Crosley2020-03-191-2/+3
* Use isort.sort_file for file modifying test caseTimothy Crosley2020-03-181-3/+3
* Fix skip file testsTimothy Crosley2020-03-171-8/+5
* Handle skip exception in testTimothy Crosley2020-03-161-3/+4
* Fix test cases to include codeTimothy Crosley2020-03-151-3/+11
* Fix extension testTimothy Crosley2020-03-141-1/+1
* Start associating extension directly in testTimothy Crosley2020-03-131-61/+40
* Fix setting of file pathTimothy Crosley2020-03-121-6/+7
* Fix test cases to use new APITimothy Crosley2020-03-121-271/+271