Compare commits
3 Commits
b141377b02
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c14b33799 | |||
| 135064fc10 | |||
| 8deaf6e599 |
@@ -26,8 +26,8 @@ from cartsnitch_api.models import (
|
|||||||
# Shared test constants
|
# Shared test constants
|
||||||
ZERO_UUID = "00000000-0000-0000-0000-000000000000"
|
ZERO_UUID = "00000000-0000-0000-0000-000000000000"
|
||||||
BAD_UUID = "not-a-uuid"
|
BAD_UUID = "not-a-uuid"
|
||||||
# Fixed anchor date for deterministic tests
|
# Anchor relative to today so price history seed data stays within the 90-day trend window.
|
||||||
ANCHOR_DATE = date(2026, 3, 15)
|
ANCHOR_DATE = date.today()
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|||||||
Reference in New Issue
Block a user