summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary comprehensiondeepsource-fix-f17b244adeepsource-autofix[bot]2020-05-141-2/+2
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-05-137-4/+122
|\
| * Update .deepsource.tomlTimothy Edmund Crosley2020-05-121-2/+2
| * Update .deepsource.tomlDeepSource Bot2020-05-121-1/+1
| * Update .deepsource.tomlDeepSource Bot2020-05-121-1/+1
| * Add .deepsource.tomlDeepSource Bot2020-05-121-0/+10
| * Merge pull request #1122 from hugovk/add-ghaTimothy Edmund Crosley2020-05-112-0/+86
| |\
| | * use v2 of actions/checkoutHugo2020-03-092-2/+2
| | * Lint and test on GitHub ActionsHugo2020-02-102-0/+86
| * | Merge pull request #1187 from scop/changelog-project-urlTimothy Edmund Crosley2020-05-111-0/+1
| |\ \
| | * | Add changelog project URLVille Skyttä2020-05-051-0/+1
| * | | Merge pull request #1197 from ucodery/docker-speedTimothy Edmund Crosley2020-05-113-4/+25
| |\ \ \
| | * | | speed up docker build timesJeremy Paige2020-05-083-4/+25
* | | | | Fix outlines conditional to not needlesly check length twiceTimothy Crosley2020-05-131-1/+1
|/ / / /
* | | | Update tests to :fingers-crossed: work on windowsTimothy Crosley2020-05-111-1/+1
* | | | Update tests to :fingers-crossed: work on windowsTimothy Crosley2020-05-111-7/+2
* | | | Update dependenciesTimothy Crosley2020-05-113-454/+567
* | | | 100% test coverage achievedTimothy Crosley2020-05-102-13/+17
* | | | Add initial tests for virtual env loadingTimothy Crosley2020-05-101-0/+10
* | | | Add test for nested requirementsTimothy Crosley2020-05-101-0/+5
* | | | Improve finders code coverage, fix tests not running due to inheretince appro...Timothy Crosley2020-05-091-3/+11
* | | | Add test for no pipreqsTimothy Crosley2020-05-091-0/+5
* | | | Add test coverage for finders managerTimothy Crosley2020-05-094-4/+35
* | | | Fix test failures by upgrading pip-shims versionTimothy Crosley2020-05-092-119/+731
* | | | Add additional tests; achieve 100% test coverage for parse moduleTimothy Crosley2020-05-073-3/+31
|/ / /
* | | 100% test coverage for main.pyTimothy Crosley2020-05-062-2/+19
* | | Allow --check to be used in addition to --check-onlyTimothy Crosley2020-05-051-0/+1
* | | Increase main test coverage adding significantly more sub test casesTimothy Crosley2020-05-052-2/+51
|/ /
* | Add test for JSON preconvert stepTimothy Crosley2020-05-041-0/+8
* | Update test.mainTimothy Crosley2020-05-042-11/+56
* | Output config as JSON to make it easier to use from programatic scripts, add ...Timothy Crosley2020-05-032-2/+41
* | Skip if __name__ == "__main__":Timothy Crosley2020-05-031-0/+1
* | Add initial test for main.parse_argsTimothy Crosley2020-05-031-0/+7
* | Add testing for skip exceptions in main.sort_importsTimothy Crosley2020-05-032-5/+9
* | Full test coverage for io moduleTimothy Crosley2020-05-021-1/+25
* | Full test coverage of settings moduleTimothy Crosley2020-05-022-7/+64
* | Add test for settings._as_listTimothy Crosley2020-05-011-1/+6
* | skip fallback in coverageTimothy Crosley2020-05-011-1/+1
* | 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-252-3/+7
* | Ensure both forms of section comments are testedTimothy Crosley2020-04-241-2/+2
* | 100% code coverage for output.pyTimothy Crosley2020-04-232-1/+15
* | 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
* | Add some pragmatic no covs to setuptool commandTimothy Crosley2020-04-191-2/+2