Skip to content

an it should not require assertions to be carried out #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
namedots opened this issue Mar 1, 2025 · 0 comments
Open

an it should not require assertions to be carried out #29

namedots opened this issue Mar 1, 2025 · 0 comments

Comments

@namedots
Copy link

namedots commented Mar 1, 2025

this should be valid, and should be considered a success:

import codewars_test as test

@test.it("")
def _():
    pass

and perhaps by extension, multiple successful assertions should only result in one PASSED message. or in other words, an it should pass unless it has failed, making a successful assertion have no output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant