atoum
Verified for current stable LTS
Atoum Command: Run All Tests
An engineer would use the 'atoum' command with the intent 'run_all_tests' when they want to execute the complete suite of unit tests for their project to ensure all functionalities are working correctly after making code changes. Exact CLI syntax to run_all_tests using Atoum.
When to use this: An engineer would use the 'atoum' command with the intent 'run_all_tests' when they want to execute the complete suite of unit tests for their project to ensure all functionalities are working correctly after making code changes.
Command Syntax
atoum atoum Command Breakdown
atoum is the base executable for this command.
FAQ
Purpose: Exact syntax to run_all_tests using Atoum.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Atoum Command: Run Specific Directory Of Tests
atoum -d <path/to/directory> Atoum Command: Run Tests Under Namespace atoum -ns <namespace> Atoum Command: Run Tests With Specific Tag atoum -t <tag> Atoum Command: Run Specific Test File atoum -f <path/to/file> Atoum Command: Run Tests By Tag atoum -t <tag>