https://bugzilla.wikimedia.org/show_bug.cgi?id=56964
Web browser: --- Bug ID: 56964 Summary: Tests: create a logger at DEBUG level to log to a file Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: valhallasw@arctus.nl Classification: Unclassified Mobile Platform: ---
To solve unit test issues, it can be very useful to have a debug log that includes all network connectivity et cetera. This should be fairly easy -- just create a logging hander that catches all logging at level DEBUG (or lower), and stores these to a file.
Basically, this is what -debug does in bot.py:handleArgs.