|
SVCS - English Documentation
|
Implementation of the integration tests for the HistoryCommand 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 HistoryCommand class.
This file contains the test cases for verifying the correct behavior of the HistoryCommand class when interacting with a real RepositoryManager and the file system. It includes setup/teardown logic and helper functions for creating files and commits to simulate a repository's history.