Files
edx-platform/common/lib
Ned Batchelder c8e0fb2508 Mock servers shouldn't pollute test output.
BY writing to stderr, BaseHTTPRequestHandler writes log messages to the
console during testing.  This makes the output harder to interpret.
Write the log messages to stdout instead, so that test runners will
suppress them during passing tests, and show them during failing tests.

It would be nice to have a place to write this method just once for the
Youtube and LTI mock servers, but we don't seem to have a place for code
as common as that.
2013-11-12 10:19:19 -05:00
..
2013-09-16 17:37:56 -04:00
2013-11-08 11:08:48 -05:00
2013-10-04 15:47:58 -04:00
2013-02-06 11:13:50 -05:00