Options (6)
-c, --configurationbooleanRun tests using the specified configuration file
Example:
atoum {{[-c|--configuration]}} {{path/to/file}}-f, --filesbooleanRun a specific test file
Example:
atoum {{[-f|--files]}} {{path/to/file}}-d, --directoriesbooleanRun a specific directory of tests
Example:
atoum {{[-d|--directories]}} {{path/to/directory}}--namespacesbooleanRun all tests under a specific namespace
Example:
atoum {{[-ns|--namespaces]}} {{namespace}}-t, --tagsbooleanRun all tests with a specific tag
Example:
atoum {{[-t|--tags]}} {{tag}}--bootstrap-filebooleanLoad a custom bootstrap file before running tests
Example:
atoum {{[-bf|--bootstrap-file]}} {{path/to/file}}Examples (8)
Initialize a configuration file
atoum --initRun all tests
Run tests using the specified configuration file
atoum [-c|--configuration] path/to/fileRun a specific test file
atoum [-f|--files] path/to/fileRun a specific directory of tests
atoum [-d|--directories] path/to/directoryRun all tests under a specific namespace
atoum [-ns|--namespaces] namespaceLoad a custom bootstrap file before running tests
atoum [-bf|--bootstrap-file] path/to/filemade by @shridhargupta | data from tldr-pages