Create test user profiles to test skill progression

This commit is contained in:
2026-02-28 02:02:39 +00:00
parent da907c0f46
commit ca2a3507f4
7 changed files with 1406 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ impl JsonStore {
Ok(Self { base_dir })
}
#[cfg(test)]
#[allow(dead_code)] // Used by integration tests
pub fn with_base_dir(base_dir: PathBuf) -> Result<Self> {
fs::create_dir_all(&base_dir)?;
Ok(Self { base_dir })