Ported test_api.py app_client test to ds_client, refs #1959

This commit is contained in:
Simon Willison 2022-12-15 13:44:48 -08:00
commit b077e63dc6
4 changed files with 156 additions and 80 deletions

View file

@ -8,4 +8,5 @@ filterwarnings=
ignore:.*current_task.*:PendingDeprecationWarning
markers =
serial: tests to avoid using with pytest-xdist
ds_client: tests using the ds_client fixture
asyncio_mode = strict