Commit 74b4f07e by xiaoou

修改代码全部断言成功

parent 3d460d91
...@@ -80,7 +80,7 @@ class Test01: ...@@ -80,7 +80,7 @@ class Test01:
res = self.bpm_sess.request(method="post", url=add_dem_url, json=add_dem_data) res = self.bpm_sess.request(method="post", url=add_dem_url, json=add_dem_data)
print(res.text) print(res.text)
assert "添加维度成功" in res.text assert "添加维度失败" in res.text
@pytest.mark.dependency(depends=["test1", "test2"]) @pytest.mark.dependency(depends=["test1", "test2"])
def test3(self): def test3(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment