summaryrefslogtreecommitdiff
path: root/crates/vcs/vcs_test/src/lib.rs
AgeCommit message (Collapse)Author
2025-10-06Remove old vcs directory after migration to vcs_data魏曹先生
- 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
2025-09-26test: add comprehensive sheet management test suite魏曹先生
- 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
2025-09-25Update lib.rs魏曹先生
2025-09-25Rename `env` to `vcs`魏曹先生