| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-26 | test: 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-25 | Update test_virtual_file_creation_and_update.rs | 魏曹先生 | |
| 2025-09-25 | Update test_vault_setup_and_member_register.rs | 魏曹先生 | |
| 2025-09-25 | Update lib.rs | 魏曹先生 | |
| 2025-09-25 | Add tests | 魏曹先生 | |
| 2025-09-25 | Fix clippy warnings in test files | 魏曹先生 | |
| - Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations | |||
| 2025-09-25 | Rename `env` to `vcs` | 魏曹先生 | |
| 2025-09-25 | Rename `env` to `vcs` | 魏曹先生 | |
