2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

Add unit tests for new aggregation annotation approach

This commit is contained in:
Oliver Walters
2020-09-05 23:28:54 +10:00
parent 5f2e4c3790
commit f7ad38dad5
3 changed files with 97 additions and 2 deletions

View File

@ -14,4 +14,11 @@
pk: 3
fields:
name: Zerg Corp
description: We eat the competition
description: We eat the competition
- model: company.company
pk: 4
fields:
name: A customer
description: A company that we sell things to!
is_customer: True