
Oct. 25, 2020
10:22 p.m.
logassert is a simple log assertion mechanism for Python unittests. Why? As is vox populi, you must also test the logging calls in your programs. With logassert this is now very easy. In this version: - Simple way to check that nothing was logged (on any level or a specific one): assert NOTHING in logs.debug - Helper to check that several lines were logged one after the other: assert Sequence( "Got 1 error and \d+ warnings:", Exact(" error: bar"), ) in logs.debug - Show proper message when "not in" assertion is used (thanks Diego Mascialino) Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org.ar/ Twitter: @facundobatista
1607
Age (days ago)
1607
Last active (days ago)
0 comments
1 participants
participants (1)
-
Facundo Batista