-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
See this test reproducing the failure:
datafiles/tests/test_orm_usage.py
Lines 75 to 80 in e8fc6fd
def test_values_are_filled_from_disk(expect): | |
InventoryItem.objects.get_or_create(42, "Things", 0.99) | |
items = list(InventoryItem.objects.all()) | |
expect(items[0]) == InventoryItem(42, "Things", 0.99) |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed