2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-22 23:00:54 +00:00

Simple test case for currency

This commit is contained in:
Oliver Walters
2019-09-03 09:19:37 +10:00
parent 32d09d2d37
commit 9f91797f42
4 changed files with 34 additions and 4 deletions

View File

@ -0,0 +1,16 @@
# Test fixtures for Currency objects
- model: common.currency
fields:
symbol: '$'
suffix: 'AUD'
description: 'Australian Dollars'
base: True
- model: common.currency
fields:
symbol: '$'
suffix: 'USD'
description: 'US Dollars'
base: False
value: 1.4