]> git.jsancho.org Git - datasette-pytables.git/blobdiff - tests/test_api.py
Publish fixtures in the appropiate file
[datasette-pytables.git] / tests / test_api.py
index 5d0bfdcc212c0d432bdf6d0982d6b99e1bdc7a69..db9e41ca0a20a509895d687c7986271ab7afd4d0 100644 (file)
@@ -2,8 +2,6 @@ from .fixtures import app_client
 import pytest
 from urllib.parse import urlencode
 
-pytest.fixture(scope='module')(app_client)
-
 def test_homepage(app_client):
     _, response = app_client.get('/.json')
     assert response.status == 200