aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-12 23:26:18 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-12 23:26:18 -0800
commit030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1 (patch)
treec09bdada614f6973212aae9189978062ce478bc5 /python/tests
parent807e554aafa598044099d6f1c695cda8b9501ba4 (diff)
downloadfatcat-030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1.tar.gz
fatcat-030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1.zip
remove more old python cruft
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/fixtures.py5
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?