2 Star 0 Fork 0

且听风吟/bitcash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_tests.py 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
import os
import subprocess
def main():
os.chdir(os.path.dirname(os.path.abspath(__file__)))
subprocess.call(['coverage', 'run', '-m', 'pytest', '-rw'])
print('\n\nTests completed, checking coverage...\n\n')
subprocess.call(['coverage', 'combine', '--append'])
subprocess.call(['coverage', 'report', '-m'])
input('\n\nPress enter to quit ')
if __name__ == '__main__':
main()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lylinux/bitcash.git
git@gitee.com:lylinux/bitcash.git
lylinux
bitcash
bitcash
master

搜索帮助