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
dune runtest
Inspired by @michael-schwarz's rant, this issue is for possible ideas and discussions about improving dune runtest output from #1367.
update_suite
No errors :)
TODO
-q
The text was updated successfully, but these errors were encountered:
Add quiet (-q) argument to update_suite (issue #1392)
1087627
Use dot output for update_suite when quiet (issue #1392)
f1fa0f4
Add description prefix to quiet update_suite (issue #1392)
c23f3df
Add prefix to unit test output (issue #1392)
56bbf00
Remove empty space from update_suite prefix (issue #1392)
ecb7fc2
Add descriptions to incremental update_suite (issue #1392)
3bf685c
sim642
No branches or pull requests
Inspired by @michael-schwarz's rant, this issue is for possible ideas and discussions about improving
dune runtest
output from #1367.update_suite
: instead of printing every executed test, print a dot (like ounit).update_suite
No errors :)
indicating the set of tests it's about.Investigate all "Excellent: ignored check"-s. RemoveInconsistent behavior for startstate in incremental analysis based on whether AST or CFG comparison is used #1425TODO
only if passing thanks to analysis improvement. Otherwise improvement is unsound from a bug.update_suite
: quiet output mode (-q
?) to print nothing when successful, like cram tests.The text was updated successfully, but these errors were encountered: