logot 1.3.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

logot 1.3.0

Log-based testing 🪵






logot makes it easy to test whether your code is logging correctly:
from logot import Logot, logged

def test_something(logot: Logot) -> None:
do_something()
logot.assert_logged(logged.info("Something was done"))

logot integrates with popular testing frameworks (e.g. pytest, unittest). It supports many 3rd-party asynchronous and logging frameworks, and can be extended to support many more. 💪
Documentation 📖
Full documentation is published on Read the Docs. Learn more about logot with the following guides:

Log message matching
Log pattern matching
Log capturing
Using with pytest
Using with unittest
Installing

Bugs / feedback 🐛
Issue tracking is hosted on GitHub.
Changelog 🏗️
Release notes are published on GitHub.
License ⚖️
logot is published as open-source software under the MIT license.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.