Open aquilamacedo opened 7 months ago
Hi, quick question: How can I list all the integration tests? ./run_tests.sh --integration list
doesn't seem to work, is there a difference between docs and expected behavior?
➜ kworkflow git:(master) ./run_tests.sh --integration list
Usage: ./run_tests.sh [help] [list] [test <tfile1> ...]
Run tests for kworkflow.
Example: ./run_tests.sh test kw_test
help - displays this help message
list - lists all test files under tests/
test - runs the given test
➜ kworkflow git:(master) ./run_tests.sh --integration test device
Usage: ./run_tests.sh [help] [list] [test <tfile1> ...]
Run tests for kworkflow.
Example: ./run_tests.sh test kw_test
help - displays this help message
list - lists all test files under tests/
test - runs the given test
➜ kworkflow git:(master)
Hi @AbhinavMir. You're encountering this error because you are on the master
branch. These integration test changes are recent and are currently in the unstable
branch. Run the same command ./run_tests.sh --integration list
, but on the unstable branch :)
thx @aquilamacedo ! I made some decent progress I'll link to in a bit!
Description:
Initiate integration tests designed for
kw mail
functionality to ensure its effectiveness and fortify system resilience.