-
bootstrap_tests(cmd_args::String, config::Settings) :: Nothing

Sets up testing environment, includes test files, etc.

source
Genie.Tester.reset_dbFunction.
reset_db() :: Nothing

Prepares the test env DB running all migrations up.

source
run_all_tests(cmd_args::String, config::Settings) :: Nothing

Runs all existing tests.

source
set_test_env() :: Nothing

Switches Genie to the test env for the duration of the current execution.

source