mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Re-implemented tracing, refs #272
This commit is contained in:
parent
1e8419bde4
commit
b1c6db4b8f
3 changed files with 78 additions and 4 deletions
|
|
@ -1613,7 +1613,6 @@ def test_infinity_returned_as_invalid_json_if_requested(app_client):
|
|||
] == response.json
|
||||
|
||||
|
||||
@pytest.mark.skip
|
||||
def test_trace(app_client):
|
||||
response = app_client.get("/fixtures/simple_primary_key.json?_trace=1")
|
||||
data = response.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue