home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1353509776

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/1955#issuecomment-1353509776 https://api.github.com/repos/simonw/datasette/issues/1955 1353509776 IC_kwDOBm6k_c5QrOuQ 9599 2022-12-15T18:09:26Z 2022-12-15T18:09:26Z OWNER

I added this to conftest.py:

python @pytest.fixture(autouse=True) def log_name_of_test_before_test(request): # To help identify tests that are hanging name = str(request.node) with open("/tmp/test.log", "a") as f: f.write(name + "\n") yield This logs out the name of each test to /tmp/test.log before running the test - so I can wait until it hangs and see which test it was that caused that.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1496652622  
Powered by Datasette · Queries took 0.895ms · About: github-to-sqlite