mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to Black 20.8b1, closes #958
This commit is contained in:
parent
26b2922f17
commit
a648bb82ba
22 changed files with 203 additions and 58 deletions
|
|
@ -72,7 +72,11 @@ def test_insert(canned_write_client):
|
|||
|
||||
@pytest.mark.parametrize(
|
||||
"query_name,expect_csrf_hidden_field",
|
||||
[("canned_read", False), ("add_name_specify_id", True), ("add_name", True),],
|
||||
[
|
||||
("canned_read", False),
|
||||
("add_name_specify_id", True),
|
||||
("add_name", True),
|
||||
],
|
||||
)
|
||||
def test_canned_query_form_csrf_hidden_field(
|
||||
canned_write_client, query_name, expect_csrf_hidden_field
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue