summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix linting issuesstaticdev2023-02-212-10/+0
|\
| * Black formattingTimothy Crosley2023-02-193-3/+0
| |
| * Do not cache configuration filesherr kaste2023-02-082-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1994 isort can run in long processes when used in an editor. In that scenario it is confusing for users when editing a configuration file does not change isorts outcome. Remove the caches in `settings.py` completely to re-read the configuration on each run. This is safe for the CLI case as we here either use the `Trie` implementation which collects all known configuration files beforehand, or we exactly construct one `Config` object based on the first filename, the working dir, or the explicit `settings_path|file` settings. Not caching is therefore more efficient for the CLI case and more useful for the editor case.
* | Cleanup deprecated extrasstaticdev2023-02-093-43/+0
|/
* Merge pull request #1948 from timgates42/bugfix_typo_determinationTimothy Edmund Crosley2023-01-231-1/+1
|\ | | | | docs: fix simple typo, detrmination -> determination
| * docs: fix simple typo, detrmination -> determinationTim Gates2022-07-031-1/+1
| | | | | | | | | | | | There is a small typo in tests/unit/test_ticketed_features.py. Should read `determination` rather than `detrmination`.
* | Clean upTimothy Crosley2023-01-221-1/+1
| |
* | Fix tmuxp testTimothy Crosley2023-01-221-1/+1
| |
* | Simplify typeshed integration testAlexWaygood2023-01-221-18/+2
| |
* | Fix tmuxp integration testTimothy Crosley2023-01-211-0/+2
| |
* | airflow has moved on to RuffTimothy Crosley2023-01-201-17/+0
| |
* | Merge pull request #2065 from parafoxia/task/fix-sort-reexportsTimothy Edmund Crosley2023-01-191-0/+81
|\ \ | | | | | | Fix re-export sorter
| * | Add tests and fix some final bugsEthan Henderson2023-01-021-0/+81
| | |
* | | Remove unnecessary _future modulestaticdev2022-12-301-2/+0
|/ /
* | Restore cruft usageTimothy Crosley2022-12-291-3/+3
| |
* | Fix linting errors from latest depednency upgradesTimothy Crosley2022-12-296-8/+12
| |
* | Added test case for cython pure python importJuan Toledo2022-12-271-0/+17
| |
* | Remove obsolete `toml` import from the test suiteMichał Górny2022-12-211-2/+0
| | | | | | | | | | | | | | Remove the `toml` import that is used to determine whether to run `pyproject.toml` test. Firstly, `toml` has been replaced by `tomli`. Secondly, isort vendors `tomli`, so checking for its availability does not seem to make sense.
* | Fix airflow teststaticdev2022-12-151-1/+13
| |
* | Fix packaging pypoetrystaticdev2022-12-151-1/+1
| |
* | Fix tests and lintstaticdev2022-12-151-1/+4
| |
* | Change version number to 5.11.0staticdev2022-12-121-2/+2
| |
* | Change directory version for integration testsstaticdev2022-12-121-2/+2
| |
* | Move integration tests to its folderstaticdev2022-12-124-188/+202
| |
* | Remove unused type ignorestaticdev2022-12-111-1/+1
| |
* | Reformat new blackstaticdev2022-12-111-9/+6
| |
* | Fix mypy errorstaticdev2022-12-111-1/+1
| |
* | Fix integration testsstaticdev2022-12-111-12/+19
| |
* | Remove Python 3.6barrelful2022-12-111-1/+12
| |
* | Test `black` compatibility for `.pyi` type stub filesXuehai Pan2022-12-101-4/+82
|/
* Fix typeshed integration testTimothy Crosley2022-05-191-0/+2
|
* Fix pylint integration testTimothy Crosley2022-05-181-1/+1
|
* Fix hypothesis integration testTimothy Crosley2022-05-171-1/+1
|
* Fix name of skipped fileTimothy Crosley2022-05-161-1/+1
|
* Fix zope integration testTimothy Crosley2022-05-151-1/+1
|
* blackTimothy Crosley2022-05-141-1/+1
|
* Merge branch 'main' into trailing_commaTimothy Edmund Crosley2022-05-111-0/+18
|\
| * Add test to check for infinite loop on unmatched parenthesisAniruddha2022-04-131-0/+18
| |
* | Add magic trailing comma optionLéni Gauffier~2022-03-133-0/+20
|/
* fix lines_before_imports appending lines after commentsLéni Gauffier2021-12-011-4/+18
|
* Improve coveageTimothy Crosley2021-11-241-0/+83
|
* Fix integration testTimothy Crosley2021-11-141-0/+2
|
* Poetry updateTimothy Crosley2021-11-141-1/+2
|
* Fixed #1819: Occasional inconsistency with multiple src paths.Timothy Crosley2021-11-081-0/+44
|
* Revert "only skip real comments"Timothy Edmund Crosley2021-11-061-21/+0
|
* Fixes #1838: don't append imports where no imports are presentTimothy Crosley2021-11-031-0/+13
|
* Fix formattingTimothy Crosley2021-10-301-6/+7
|
* use regex to mach file_skipChristian Decker2021-10-281-0/+7
|
* fix linterChristian Decker2021-10-281-1/+5
|
* handle without space after hashChristian Decker2021-10-271-1/+6
|