summaryrefslogtreecommitdiff
path: root/test_isort.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'develop' into nondeterministic-forced-separateTimothy Edmund Crosley2019-02-161-55/+124
| | |\
| | * | add reproducing testcaseMatt Bennett2018-11-151-0/+25
| * | | Handle third-party packages ending with EXT_SUFFIXJoshua Coats2019-02-111-0/+26
* | | | Make isort run with Python 3 onlyJon Dufresne2019-02-161-34/+12
| |_|/ |/| |
* | | Merge pull request #809 from valohai/test-coverage-improvementsTimothy Edmund Crosley2019-02-151-0/+31
|\ \ \
| * | | Update test_isort.pyTimothy Edmund Crosley2019-02-151-1/+1
| * | | Merge branch 'develop' into test-coverage-improvementsTimothy Edmund Crosley2019-02-151-1/+18
| |\ \ \
| * | | | Unify command line multiprocessing with single processingAarni Koskela2019-01-251-6/+14
| * | | | Add a test for the command lineAarni Koskela2019-01-251-0/+19
| * | | | test_isort: skip tests that don't have requirements installedAarni Koskela2019-01-251-0/+4
| | |/ / | |/| |
* | | | Merge pull request #788 from astrofrog/length-sort-per-sectionTimothy Edmund Crosley2019-02-151-0/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix whitespaceThomas Robitaille2018-12-171-1/+0
| * | | Added unit testThomas Robitaille2018-12-171-0/+19
| | |/ | |/|
* | | Refuse to work in system/.tox/venv/... directories by defaultAarni Koskela2019-01-251-1/+18
| |/ |/|
* | Remove all unused code from pie_slice.pyJon Dufresne2019-01-101-0/+8
* | Run isort on typing stubsBrandon LeBlanc2019-01-031-0/+5
* | Simplify tests using pytest fixturesJon Dufresne2018-12-311-54/+21
* | Fix pyproject.toml supportJon Dufresne2018-12-311-4/+13
* | Skip files that look like an editor's backup fileJon Dufresne2018-12-301-0/+14
|/
* Merge branch 'develop' into pyproject-toml-supportTimothy Edmund Crosley2018-09-221-2/+80
|\
| * Merge pull request #734 from michal800106/developTimothy Edmund Crosley2018-09-221-1/+1
| |\
| | * Make formatting import compatible with black checkMichal Zielonka2018-08-131-1/+1
| * | find requirements in parent dirsGram2018-07-111-21/+24
| * | Replace `-` to `_` in package names.Gram Orsinium2018-06-231-0/+2
| * | uncomment Pipfile finderGram2018-06-221-1/+1
| * | +Pipfile finderGram2018-06-221-0/+41
| * | +PyPI names normalizing via pipreqsGram2018-06-221-1/+6
| * | more testsGram2018-06-221-5/+10
| * | FIX empty module nameGram2018-06-221-1/+1
| * | +finder based on requirements.txtGram2018-06-221-0/+21
| * | Split place_module to separated findersGram2018-06-221-1/+2
| |/
* | Read settings from a 'pyproject.toml' fileRigas Papathanasopoulos2018-09-201-0/+46
|/
* Add support for PY3-style packagesJonas Lundberg2018-05-071-7/+23
* Use listdir instead of walkJonas Lundberg2018-05-071-2/+1
* Treat known patterns ending with / as directoriesJonas Lundberg2018-05-041-0/+15
* Merge pull request #695 from NeilGirdhar/patch-2Timothy Edmund Crosley2018-04-261-2/+2
|\
| * Fixed test for fallback to mode 4 change.Neil2018-04-261-2/+2
* | strip output before comparing whitespace to allow for files missing closing n...Matt Bennett2018-02-151-0/+11
|/
* Fix whitespace4.3.4Timothy Crosley2018-02-121-5/+2
* Add tests for issue #671Timothy Crosley2018-02-121-0/+34
* Add test for desired outcomeTimothy Crosley2018-02-051-0/+9
* Ensure issue #666 is fixedfeature/fix-issue-666Timothy Crosley2018-02-051-0/+17
* Add test for issue #662Timothy Crosley2018-02-041-0/+8
* Restore fix for issue #651Timothy Crosley2018-02-031-0/+17
* Fix indentation erroTimothy Crosley2018-02-011-4/+4
* Implement fix for issue #654 while still supporting mode described in pull re...Timothy Crosley2018-02-011-3/+6
* Add test case for issue #654Timothy Crosley2018-02-011-0/+7
* Don't attempt to process files we can't openAndy Freeland2018-01-311-0/+6
* Use correct spacing between testKathryn Lingel2018-01-241-0/+2
* Handle parenthetically enclosed imports starting after an escaped lineKathryn Lingel2018-01-241-1/+8