
atoum
List of commands for atoum:
-
atoum:tldr:102eb atoum: Run all tests under a specific namespace.$ atoum -ns ${namespace}try on your machineexplain this command
-
atoum:tldr:3004d atoum: Run a specific directory of tests.$ atoum -d ${path-to-directory}try on your machineexplain this command
-
atoum:tldr:37d39 atoum: Load a custom bootstrap file before running tests.$ atoum --bootstrap-file ${filename}try on your machineexplain this command
-
atoum:tldr:55504 atoum: Run tests using the specified configuration file.$ atoum -c ${filename}try on your machineexplain this command
-
atoum:tldr:5784d atoum: Initialize a configuration file.$ atoum --inittry on your machineexplain this command
-
atoum:tldr:9ab68 atoum: Run all tests with a specific tag.$ atoum -t ${tag}try on your machineexplain this command
-
atoum:tldr:fc863 atoum: Run a specific test file.$ atoum -f ${filename}try on your machineexplain this command