1 Star 0 Fork 0

arechan / Swarm-nbzz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run-py-tests.sh 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
tousang 提交于 2021-08-13 14:54 . init
#!/bin/bash
python3 -m venv venv
# shellcheck disable=SC1091
source ./venv/bin/activate
pip3 install ".[dev]"
py.test ./tests/blockchain -s -v
py.test ./tests/core -s -v
py.test ./tests/wallet -s -v
1
https://gitee.com/arechan/Swarm-nbzz.git
git@gitee.com:arechan/Swarm-nbzz.git
arechan
Swarm-nbzz
Swarm-nbzz
main

搜索帮助