πStructure
Test Scenarios and Cases Hierarchy
What you might need:
How do we show:
Group multiple tests in a class
# content of test_class.py
class TestClass:
def test_one(self):
x = "this"
assert "h" in x
def test_two(self):
x = "hello"
assert hasattr(x, "check")title
standing
suiteType
suiteID
parent
round(duration, 2)
TODO
Last updated