Add unit tests for studio session management
New tests: - test_new_session_has_short_id - test_new_interactive_session - test_branch_name_format - test_session_save_and_load - test_session_mark_complete - test_session_mark_paused - test_list_empty_sessions - test_backwards_compatibility_no_session_type Added tempfile as dev dependency for temp directory tests.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3430,6 +3430,7 @@ dependencies = [
|
||||
"clap",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"termimad 0.31.3",
|
||||
"tokio",
|
||||
"uuid",
|
||||
|
||||
Reference in New Issue
Block a user