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 option to suppress test output #67

Open
Symbolics opened this issue Jul 11, 2020 · 1 comment
Open

Add option to suppress test output #67

Symbolics opened this issue Jul 11, 2020 · 1 comment

Comments

@Symbolics
Copy link

When testing numeric functions, oftentimes many thousands of tests will be run against a reference implementation. Under these testing scenarios, having 'x' and 'f' printed for each test isn't useful and a summary at the end would be more helpful.

@fjl
Copy link

fjl commented Jan 18, 2022

You can hide it with

  (let ((*test-dribble* (make-broadcast-stream)))
     ...test code...)

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

2 participants