2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Add a test fixture for orders

This commit is contained in:
Oliver Walters
2019-06-17 19:47:16 +10:00
parent 78bfc0b6a8
commit 0857ec61fd
4 changed files with 82 additions and 1 deletions

View File

@ -0,0 +1,3 @@
"""
The Order module is responsible for managing Orders
"""