[WEB-3707] pytest based test suite for apiserver (#7010)
* pytest bases tests for apiserver * Trimmed spaces * Updated .gitignore for pytest local files
This commit is contained in:
parent
4e485d6402
commit
78cc32765b
40 changed files with 1546 additions and 290 deletions
4
apiserver/run_tests.sh
Executable file
4
apiserver/run_tests.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This is a simple wrapper script that calls the main test runner in the tests directory
|
||||
exec tests/run_tests.sh "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue