|
SVCS - English Documentation
|
Implementation of the integration tests for the StatusCommand class. More...
Namespaces | |
| namespace | svcs::test |
| Comprehensive testing framework for SVCS version control system. | |
| namespace | svcs::test::cli |
| Unit tests for command-line interface components. | |
| namespace | svcs::test::cli::utils |
| Utility classes and test fixtures for CLI command testing. | |
Implementation of the integration tests for the StatusCommand class.
This file provides the concrete implementation for the StatusCommandTest fixture. It sets up a temporary SVCS repository with initial untracked files and includes helper functions for creating files, directories, and staging changes. The fixture is designed to test the svcs status command's ability to report the working tree's state accurately.