summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-02-10 15:01:15 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-02-10 15:01:15 -0800
commitfb125bebae45b4c68e04b9fa78f176207c3714af (patch)
treec6f05cd3a23af4c2600159143760fedb9b96097b
parent74c800a4cac8f14f02872fa0845838eb148f28f3 (diff)
downloadisort-feature/fix-as-imports-no-section.tar.gz
Fix syntax error in test casefeature/fix-as-imports-no-section
-rw-r--r--tests/test_isort.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_isort.py b/tests/test_isort.py
index 6ab5bedf..88d4349a 100644
--- a/tests/test_isort.py
+++ b/tests/test_isort.py
@@ -4927,6 +4927,7 @@ import sympy
"""
assert SortImports(file_contents=test_input, no_sections=True).output == test_input
+
def test_no_lines_too_long():
"""Test to ensure no lines end up too long. See issue: #1015"""
test_input = """from package1 import first_package, \