SVCS - English Documentation
Loading...
Searching...
No Matches
IntRemoveCommandTest.cxx File Reference

Implementation of integration tests for the RemoveCommand class. More...

#include "IntRemoveCommandTest.hxx"
#include <fstream>
#include <algorithm>

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.

Detailed Description

Implementation of integration tests for the RemoveCommand class.

This file provides the concrete implementation for the RemoveCommandTest fixture, setting up a temporary SVCS repository with staged and unstaged files to thoroughly test the 'svcs rm' command's logic, including handling files, directories, and various options.