Skip to content
Snippets Groups Projects
Commit f7c69ba6 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

test: suppress noise

The test suite was generating error log messages when tests would cause
error conditions.  This cluttered the output needlessly, because it
looked like test failures, but were actually tests succeeding.  Now all
log messages are suppresed during the test suite.

In addition, the XBlock runtime generates a warning about needing
IdGenerator in the future.  I'm suppressing this warning also.

Now the test suite just outputs 397 nice dots.
parent 3f33af79
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment