Open
Description
Environment
- Operating System: Linux
- Python version: 3.9
What you intend to do with scanapi ?
I was thinking that we should use ward test library. Because:
- work fine with expect module
- beautiful output verbose logs
- less verbose logs
- and easily maintain, because, not need create name for each test function.
sample:
@fixture
def user():
return User(name="darren")
@test("the user is called darren")
def _(u=user):
assert u.name == "darren"
See output logs:
Colourful, human readable output: quickly pinpoint and fix issues with detailed output for failing tests.
Expected behavior ?
Enchantment on test suite.
scanapi has a discord server so feel free to join and say 👋 hello. Maybe share the issue link?