mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
* pytest bases tests for apiserver * Trimmed spaces * Updated .gitignore for pytest local files
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This is a simple wrapper script that calls the main test runner in the tests directory
|
|
exec tests/run_tests.sh "$@" |