Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 269 Bytes

First Activate the virtual environment

source /blockchain_env/bin/activate

Install all the required packages

pip3 install -r requierements.txt

Run the test

Make sure to activate virtual environment.

python3 -m pytest backend/tests