test: add scripts for running tests on api module both locally and CI jobs (#3497)
This commit is contained in:
parent
ed861ff782
commit
d463b82aba
8 changed files with 66 additions and 5 deletions
4
dev/pytest/pytest_workflow.sh
Executable file
4
dev/pytest/pytest_workflow.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
pytest api/tests/integration_tests/workflow
|
||||
Loading…
Add table
Add a link
Reference in a new issue