• logassert v6

    From Facundo Batista@21:1/5 to All on Sun Oct 25 19:22:55 2020
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)