Commit 4cd99f6
committed
fix: create storage directories in test fixtures for StorageBackend validation
All 24 object storage test failures were due to test fixtures not creating
the directories they configured. StorageBackend validates that file protocol
locations exist, so fixtures must create them.
- conftest.py: Create test_project subdirectory in object_storage_config
- test_update1.py: Create djtest subdirectories in mock_stores_update
Test results: 520 passed, 7 skipped, 0 failures ✓1 parent 5ccf3aa commit 4cd99f6
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
830 | 833 | | |
831 | 834 | | |
832 | 835 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments