summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 00:09:37 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 00:09:37 -0700
commit180bdf9abc91223eb9d7b9e713ead7451095c5da (patch)
tree810a40912008a048765afe83964cfb5d50793781 /setup.cfg
parent19221a3e3c4e17e51056d1e70cd565b16f149cea (diff)
downloadisort-separate-integration-test.tar.gz
Start work to separate integration and unit testsseparate-integration-test
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 770db0e1..8129063f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,4 +25,4 @@ exclude = _vendored
per-file-ignores =
isort/__init__.py:F401
isort/stdlibs/__init__.py:F401
- tests/example_crlf_file.py:F401
+ tests/unit/example_crlf_file.py:F401