diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2020-10-09 03:59:48 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2020-10-09 03:59:48 -0700 |
| commit | d5afc93770437eb0048718bfe676da9bfb187dc6 (patch) | |
| tree | 227a3978e59dee5d626d4224d2064b61c22c25b7 /tests/integration | |
| parent | 7ce50a9f9cfde1d033da1a5ce6b5fc6663002de1 (diff) | |
| download | isort-d5afc93770437eb0048718bfe676da9bfb187dc6.tar.gz | |
Add zope to integration test suite
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/test_projects_using_isort.py | 5 |
1 files changed, 5 insertions, 0 deletions
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)]) |
