Skip to content

Commit

Permalink
Add zope to integration test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Oct 9, 2020
1 parent 7ce50a9 commit d5afc93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/test_projects_using_isort.py
Expand Up @@ -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)])

0 comments on commit d5afc93

Please sign in to comment.