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
|
|
@ -362,7 +362,6 @@ def test_permissions_checked(app_client, path, permissions):
|
|||
assert_permissions_checked(app_client.ds, permissions)
|
||||
|
||||
|
||||
@pytest.mark.ds_client
|
||||
@pytest.mark.asyncio
|
||||
async def test_permissions_debug(ds_client):
|
||||
ds_client.ds._permission_checks.clear()
|
||||
|
|
@ -395,7 +394,6 @@ async def test_permissions_debug(ds_client):
|
|||
]
|
||||
|
||||
|
||||
@pytest.mark.ds_client
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize(
|
||||
"actor,allow,expected_fragment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue