diff options
-rw-r--r-- | tests/unit/test_main.py | 1 |
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 |