summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-09-02 20:31:58 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-09-02 20:31:58 -0700
commitc36cb905548d794322cacd41b45fcc49a3a337f1 (patch)
tree195f8699e380a7279a3f124f485739d8d6ba7b4a
parentc550477996153379ee64b5f7f14b4a37b60e3ea6 (diff)
downloadisort-issue/1447/stdin-pipe-exception-deprecated-arguments.tar.gz
-rw-r--r--tests/unit/test_main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_main.py b/tests/unit/test_main.py
index ae520b83..3b7dd768 100644
--- a/tests/unit/test_main.py
+++ b/tests/unit/test_main.py
@@ -241,6 +241,7 @@ import b
with pytest.warns(UserWarning):
main.main(["-sp", str(config_file), "-"], stdin=input_content)
+
def test_isort_command():
"""Ensure ISortCommand got registered, otherwise setuptools error must have occured"""
assert main.ISortCommand