diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-10-06 21:21:17 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-10-06 21:21:17 -0700 |
| commit | dd2d5f1b43fadd5487293d2a2734b5dca08a32ff (patch) | |
| tree | 768d4f2a4636fe43f1bff6b7965ead02102a0bef /scripts/test.sh | |
| parent | e3dc4bdcd8d33bc2f2e1c390cd0c34a5071434b3 (diff) | |
| parent | d2954516ef4de49fd3ded305151a5bfb84827b1d (diff) | |
| download | isort-issue/1443/initial-progress.tar.gz | |
Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/1443/initial-progressissue/1443/initial-progress
Diffstat (limited to 'scripts/test.sh')
| -rwxr-xr-x | scripts/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 5aa1c764..d76d8cce 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,5 +2,5 @@ set -euxo pipefail ./scripts/lint.sh -poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-} +poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-} --ignore=tests/unit/test_deprecated_finders.py poetry run coverage html |
