aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/vcs_test/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old vcs directory after migration to vcs_data魏曹先生2025-10-061-27/+0
| | | | | | - Delete entire crates/vcs directory and its contents - Remove test files and configuration from old structure - Complete transition to new vcs_data and vcs_actions architecture
* test: add comprehensive sheet management test suite魏曹先生2025-09-261-0/+3
| | | | | | | | | | | | | | | | - Add test_sheet_creation_management_and_persistence with 3 test functions: - Main test covering sheet creation, input/mapping management, persistence, and deletion - Error condition testing for invalid operations - Serialization testing through vault operations - Test coverage includes: - Sheet creation with member validation - Input package addition and removal - Mapping entry management - File persistence and reloading - Safe deletion to trash and restoration - Permanent deletion - Error handling for invalid operations - Follows existing test patterns and uses proper getter methods for private fields
* Update lib.rs魏曹先生2025-09-251-0/+3
|
* Rename `env` to `vcs`魏曹先生2025-09-251-0/+21