diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 23:26:18 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 23:26:18 -0800 |
commit | 030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1 (patch) | |
tree | c09bdada614f6973212aae9189978062ce478bc5 /python/tests/fixtures.py | |
parent | 807e554aafa598044099d6f1c695cda8b9501ba4 (diff) | |
download | fatcat-030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1.tar.gz fatcat-030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1.zip |
remove more old python cruft
Diffstat (limited to 'python/tests/fixtures.py')
-rw-r--r-- | python/tests/fixtures.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/tests/fixtures.py b/python/tests/fixtures.py index c9da9253..6ff05495 100644 --- a/python/tests/fixtures.py +++ b/python/tests/fixtures.py @@ -18,11 +18,6 @@ def app(full_app): return full_app.test_client() -@pytest.fixture(scope="function") -def raw_api_client(): - yield fatcat.raw_api_client.RawFatcatApiClient("http://localhost:9411") - - ## Helpers ################################################################## # TODO: what are these even here for? |