Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed May 6, 2018
1 parent 2f9d992 commit 8ff4ef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions plugins/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
from routemaster.conftest import (
app,
custom_app,
custom_client,
unused_tcp_port,
routemaster_serve_subprocess,
)

__all__ = (
'app',
'custom_app',
'custom_client',
'unused_tcp_port',
'routemaster_serve_subprocess',
)
6 changes: 0 additions & 6 deletions routemaster/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,6 @@ def client(custom_app=None):
return Client(wrap_application(_app, server), TestClientResponse)


@pytest.fixture()
def custom_client():
"""Return the client fixture directly so that we can modify the app."""
return client


@pytest.fixture()
def app(**kwargs):
"""Create an `App` config object for testing."""
Expand Down

0 comments on commit 8ff4ef9

Please sign in to comment.