From c36cb905548d794322cacd41b45fcc49a3a337f1 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Wed, 2 Sep 2020 20:31:58 -0700 Subject: Formatting fix --- tests/unit/test_main.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1