atoum
Verified for current stable LTS
Atoum Command: Load Bootstrap File
An engineer would use the 'atoum --bootstrap-file path/to/file' command when they need to specify a custom bootstrap file for initializing their unit tests in the atoum testing framework. Exact CLI syntax to load bootstrap file using Atoum.
When to use this: An engineer would use the 'atoum --bootstrap-file path/to/file' command when they need to specify a custom bootstrap file for initializing their unit tests in the atoum testing framework.
Command Syntax
atoum -bf <path/to/file> atoum -bf <path/to/file> Command Breakdown
-bf- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to load bootstrap file 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>