home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1722257328

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/2057#issuecomment-1722257328 https://api.github.com/repos/simonw/datasette/issues/2057 1722257328 IC_kwDOBm6k_c5mp4-w 9599 2023-09-16T15:47:32Z 2023-09-16T15:47:32Z OWNER Frustrating that this warning doesn't show up in the Datasette test suite itself. It shows up in plugin test suites that run this test: ```python @pytest.mark.asyncio async def test_plugin_is_installed(): datasette = Datasette(memory=True) response = await datasette.client.get("/-/plugins.json") assert response.status_code == 200 installed_plugins = {p["name"] for p in response.json()} assert "datasette-chronicle" in installed_plugins ``` If you run that test inside Datasette core `installed_plugins` is an empty set, which presumably is why the warning doesn't get triggered there. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1662951875  
Powered by Datasette · Queries took 0.678ms