摘要: 原教程地址:https://www.runoob.com/linux/linux-shell.html 认识Shell Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言 Shell 是指一种应用程序,这个应用程序提供了一个 阅读全文
posted @ 2021-12-03 18:40 漓白白" 阅读(12) 评论(0) 推荐(0) 编辑
摘要: python文件:demo.py # content of test_sample.py def inc(x): return x + 1 def test_answer(): assert inc(3) == 5 运行方法 在终端中,执行pytest demo.py 阅读全文
posted @ 2021-12-03 18:35 漓白白" 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 下载 pip install pytest 运行 修改pycharm默认执行方式 阅读全文
posted @ 2021-12-03 18:33 漓白白" 阅读(26) 评论(0) 推荐(0) 编辑