mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed @pytest.mark.ds_client mark - refs #1959
I don't need it - can run 'pytest -k ds_client' instead. See https://github.com/simonw/datasette/pull/1960#issuecomment-1355685828
This commit is contained in:
parent
0e42444866
commit
9c43b4164d
14 changed files with 0 additions and 234 deletions
|
|
@ -2,7 +2,6 @@ from .utils import cookie_was_deleted
|
|||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.ds_client
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize(
|
||||
"qs,expected",
|
||||
|
|
@ -19,7 +18,6 @@ async def test_add_message_sets_cookie(ds_client, qs, expected):
|
|||
assert expected == decoded
|
||||
|
||||
|
||||
@pytest.mark.ds_client
|
||||
@pytest.mark.asyncio
|
||||
async def test_messages_are_displayed_and_cleared(ds_client):
|
||||
# First set the message cookie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue