Skip to content

Commit

Permalink
Remove unused fixture in reprtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Nov 28, 2022
1 parent 61c2b05 commit 9abf65b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ropetest/reprtest.py
Expand Up @@ -15,11 +15,6 @@ def project():
testutils.remove_project(proj)


@pytest.fixture
def mod(project):
return testutils.create_module(project, "mod")


@pytest.fixture
def mod1(project):
testutils.create_package(project, "pkg1")
Expand Down

0 comments on commit 9abf65b

Please sign in to comment.