LinuxCommandLibrary

atoum

atoum

TLDR

Initialize a configuration file

$ atoum --init
copy


Run all tests
$ atoum
copy


Run tests using the specified configuration file
$ atoum -c [path/to/file]
copy


Run a specific test file
$ atoum -f [path/to/file]
copy


Run a specific directory of tests
$ atoum -d [path/to/directory]
copy


Run all tests under a specific namespace
$ atoum -ns [namespace]
copy


Run all tests with a specific tag
$ atoum -t [tag]
copy


Load a custom bootstrap file before running tests
$ atoum --bootstrap-file [path/to/file]
copy

Copied to clipboard