forked from teia-community/teia-smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.sh
executable file
·13 lines (13 loc) · 857 Bytes
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
cd python
~/smartpy-cli/SmartPy.sh test tests/teiaMarketplace_v1_test.py /tmp/tests/teiaMarketplace_v1
~/smartpy-cli/SmartPy.sh test tests/multisigWallet_v1_test.py /tmp/tests/multisigContract_v1
~/smartpy-cli/SmartPy.sh test tests/fa2_test.py /tmp/tests/fa2
~/smartpy-cli/SmartPy.sh test tests/minter_test.py /tmp/tests/minter
~/smartpy-cli/SmartPy.sh test tests/marketplace_test.py /tmp/tests/marketplace
~/smartpy-cli/SmartPy.sh test tests/artistsCollaboration_test.py /tmp/tests/artistsCollaboration
~/smartpy-cli/SmartPy.sh test tests/daoToken_test.py /tmp/tests/daoToken
~/smartpy-cli/SmartPy.sh test tests/daoTokenDrop_test.py /tmp/tests/daoTokenDrop
~/smartpy-cli/SmartPy.sh test tests/daoGovernance_test.py /tmp/tests/daoGovernance
~/smartpy-cli/SmartPy.sh test tests/representatives_test.py /tmp/tests/representatives
cd - > /dev/null