Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions run-unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ usage() {
echo "You must specify a test case (arg)!"
echo "Any additional arguments will be passed to the test command."
echo
echo "Make sure you run this script in dev mode."
echo "You can enter dev mode using the following command:"
echo "./docker/setEnv.sh dev"
echo
echo "Lastly, make sure the application is running by using the following docker commands:"
echo "docker compose build"
echo "docker compose up"
echo
echo "Example commands:"
echo "./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser"
echo "./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser -v3 --failfast"
Expand Down