1 Star 0 Fork 2

ngtesting / ci_test_pytest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test_cases.py 151 Bytes
一键复制 编辑 原始数据 按行查看 历史
aaronchen2k 提交于 2022-10-09 14:08 . init
import pytest
def test_upper():
assert 'foo'.upper() == 'FOO'
class TestClass:
def test_one(self):
x = "this"
assert "h" in x
Python
1
https://gitee.com/ngtesting/ci_test_pytest.git
git@gitee.com:ngtesting/ci_test_pytest.git
ngtesting
ci_test_pytest
ci_test_pytest
master

搜索帮助