Skip to content

what do you think of use ward for test runner? #510

Open
@marcuxyz

Description

@marcuxyz

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:

image

Colourful, human readable output: quickly pinpoint and fix issues with detailed output for failing tests.

image

Expected behavior ?

Enchantment on test suite.

@camilamaia @Pradhvan


scanapi has a discord server so feel free to join and say 👋 hello. Maybe share the issue link?

Metadata

Metadata

Assignees

Labels

QuestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions