impermeable / coq-waterproof

The Waterproof plugin for the Coq proof assistant allows you to write Coq proofs in a style that resembles handwritten mathematical proofs, designed to help university students with learning how to prove mathematical statements.
https://impermeable.github.io/
GNU Lesser General Public License v3.0
30 stars 9 forks source link

Silent tests #9

Closed jim-portegies closed 1 year ago

jim-portegies commented 1 year ago

Introduce a global test_verbosity and a verbosity that handle verbosity in output of tests and of normal statements respectively. As a consequence, the standard compilation process should now be silent: if tests pass, there is no output.