We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many test runners output some sort of summary after executing all of the tests; that would be a useful feature to add here as well.
test_isupper (__main__.TestStringMethods.test_isupper) ... ok test_split (__main__.TestStringMethods.test_split) ... ok test_upper (__main__.TestStringMethods.test_upper) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK
The text was updated successfully, but these errors were encountered:
Oops, this is a dupe of #7
Sorry, something went wrong.
No branches or pull requests
Many test runners output some sort of summary after executing all of the tests; that would be a useful feature to add here as well.
The text was updated successfully, but these errors were encountered: