LinuxCommandLibrary

atoum

atoum

TLDR

Initialize a configuration file

$ atoum --init
copy


Run all tests
$ atoum
copy


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


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


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


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


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


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

Copied to clipboard