Skip to content

Commit 572e0ee

Browse files
committed
get rid of some more unused stuff
1 parent 8bc6240 commit 572e0ee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test_allocation.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
import uuid
2-
from datetime import date, timedelta
3-
4-
51
from domain_model import allocate
62

73

8-
def random_id():
9-
return uuid.uuid4().hex[:10]
10-
11-
124
def test_can_allocate_to_stock():
135
order = {'a-sku': 10}
146
stock = {'a-sku': 1000}

0 commit comments

Comments
 (0)