Skip to content

Commit

Permalink
Drop MITMServer in favor of Responses
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Oct 30, 2019
1 parent 454c868 commit 19b4fb3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 363 deletions.
10 changes: 0 additions & 10 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ def session_db(session_db_factory):
return session_db_factory("https://op.example.com")


@pytest.fixture
def mitm_server(session_db_factory):
from tests.mitmsrv import MITMServer

def fac(name):
return MITMServer(name, session_db_factory=session_db_factory)

return fac


@pytest.fixture
def provider(session_db):
issuer = "https://op.example.com"
Expand Down
347 changes: 0 additions & 347 deletions tests/mitmsrv.py

This file was deleted.

Loading

0 comments on commit 19b4fb3

Please sign in to comment.