test
This commit is contained in:
parent
3e6f7a2e96
commit
0ec03db0fb
4
Makefile
4
Makefile
|
@ -54,7 +54,9 @@ install_deposit_contract_test:
|
||||||
|
|
||||||
test_deposit_contract: $(PY_SPEC_ALL_TARGETS)
|
test_deposit_contract: $(PY_SPEC_ALL_TARGETS)
|
||||||
cd $(PY_SPEC_DIR); python3 -m venv venv; . venv/bin/activate; \
|
cd $(PY_SPEC_DIR); python3 -m venv venv; . venv/bin/activate; \
|
||||||
cd ../.. && cd $(DEPOSIT_CONTRACT_DIR) && python -m pytest .
|
cd ../.. && cd $(DEPOSIT_CONTRACT_DIR); \
|
||||||
|
pip3 install -r requirements-testing.txt; \
|
||||||
|
python -m pytest .
|
||||||
|
|
||||||
# "make pyspec" to create the pyspec for all phases.
|
# "make pyspec" to create the pyspec for all phases.
|
||||||
pyspec: $(PY_SPEC_ALL_TARGETS)
|
pyspec: $(PY_SPEC_ALL_TARGETS)
|
||||||
|
|
Loading…
Reference in New Issue