Add amounts test to test script

This commit is contained in:
nolash
2021-06-08 16:42:13 +02:00
parent 2123341fe9
commit 030cfdfc97

View File

@@ -10,6 +10,7 @@ for m in ${modes[@]}; do
ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_period.py
ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_basic.py
ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_growth.py
ERC20_DEMURRAGE_TOKEN_TEST_MODE=$m python tests/test_amounts.py
done
modes=(MultiCap SingleCap)