This website requires JavaScript.
Explore
Help
Sign In
Chia-Network
/
chia-blockchain
Watch
1
Star
0
Fork
0
You've already forked chia-blockchain
mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced
2024-11-14 01:19:45 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4d77ad2a0b
chia-blockchain
/
run-py-tests.sh
7 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
static analysis changes (#113) changes based on the output cppcheck --enable=all --inconclusive --force *.hpp * marked members const where possible * marked members noexcept where possible * marked members static where possible * changed to constructor initialization lists where possible
2020-03-09 16:23:13 +03:00
#!/bin/bash
Rename .venv to venv, and create "activate" soft link to venv activate.
2020-03-28 01:08:50 +03:00
python3 -m venv venv
. ./activate
static analysis changes (#113) changes based on the output cppcheck --enable=all --inconclusive --force *.hpp * marked members const where possible * marked members noexcept where possible * marked members static where possible * changed to constructor initialization lists where possible
2020-03-09 16:23:13 +03:00
pip3 install .
py.test ./tests -s -v
Reference in New Issue
Copy Permalink