]> git.jsancho.org Git - datasette-pytables.git/blobdiff - tests/test_html.py
Publish fixtures in the appropiate file
[datasette-pytables.git] / tests / test_html.py
index a1ccaf3e9ff742361db766dc52ba943f7942574f..bbeb3a7fb46c0928f10893a4faaae7e89f3e8a02 100644 (file)
@@ -1,7 +1,4 @@
 from .fixtures import app_client
-import pytest
-
-pytest.fixture(scope='module')(app_client)
 
 def test_homepage(app_client):
     response = app_client.get('/', gather_request=False)