Skip to content
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

Add --verbose option that would list test cases on the screen as they are passed. #185

Closed
kindaro opened this issue Feb 9, 2018 · 3 comments

Comments

@kindaro
Copy link
Contributor

kindaro commented Feb 9, 2018

I have about a dozen of test cases in one of my projects. Sometimes I get suspicious if I mistyped something and if all the cases actually run. (especially since, for some reason, it reports 12 successes if ran from cabal and 16 if ran manually) So, I thought, it would be useful if there were a "verbose" option that would let me know what cases are executed, exactly.

I can submit a pull request in about a week, if there is consensus and some general advice from maintainers.

@andreasabel
Copy link
Collaborator

I think this is a great idea!

As a general rule, such a new feature would also have to be covered by doctest's own testsuite, and be documented in the CHANGELOG and (I suppose) in the README. :)

@kindaro
Copy link
Contributor Author

kindaro commented Feb 26, 2018

This is actually sort of a duplicate of #132. As we solve this, we can close that other too.

@sol
Copy link
Owner

sol commented Mar 13, 2018

On master.

@sol sol closed this as completed Mar 13, 2018
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

3 participants