From d5afc93770437eb0048718bfe676da9bfb187dc6 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Fri, 9 Oct 2020 03:59:48 -0700 Subject: Add zope to integration test suite --- tests/integration/test_projects_using_isort.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/integration') diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py index d39b942b..34540cbb 100644 --- a/tests/integration/test_projects_using_isort.py +++ b/tests/integration/test_projects_using_isort.py @@ -145,3 +145,8 @@ def test_products_zopetree(tmpdir): def test_dobby(tmpdir): git_clone("https://github.com/rocketDuck/dobby.git", tmpdir) run_isort([str(tmpdir / "tests"), str(tmpdir / "src")]) + + +def test_zope(tmpdir): + git_clone("https://github.com/zopefoundation/Zope.git", tmpdir) + run_isort([str(tmpdir)]) -- cgit v1.2.1