V3 Updated V3 core documents. Added data folder backup/restore before/after running destructive tests.

This commit is contained in:
Jim Lancaster
2026-08-09 10:51:30 -05:00
parent b59d3da23e
commit e6549277c6
14 changed files with 417 additions and 271 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ class TestJobsPageRendering:
assert response.status_code == 200
assert "Resubmit Job" in response.text
assert "Non-Transcribed Sources:" in response.text
assert "Failed Sources:" in response.text
assert "Resubmit now" in response.text
@pytest.mark.asyncio