mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 05:18:22 +00:00
skeleton for test_process_model_list
This commit is contained in:
parent
e634e40aa0
commit
781e7faee9
@ -145,6 +145,12 @@ def test_process_model_update(
|
||||
assert response.json["display_name"] == "Updated Display Name"
|
||||
|
||||
|
||||
def test_process_model_list(
|
||||
app: Flask, client: FlaskClient, with_bpmn_file_cleanup: None
|
||||
) -> None:
|
||||
...
|
||||
|
||||
|
||||
def test_process_group_add(
|
||||
app: Flask, client: FlaskClient, with_bpmn_file_cleanup: None
|
||||
) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user