mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-31 21:05:24 +00:00
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)
|
||||
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.
|
||||
pyspec: $(PY_SPEC_ALL_TARGETS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user