Contents Menu Expand Light mode Dark mode Auto light/dark mode
logot 1.1.1 documentation
logot 1.1.1 documentation
  • Log-based testing 🪵
  • Log message matching
  • Log pattern matching
  • Log capturing
  • Using with pytest
  • Using with unittest
  • Installing
  • 3rd-party integrations
    • Using with trio
    • Using with loguru
    • Using with structlog
  • API reference
    • logot
    • logot.asyncio
    • logot.logged
    • logot.logging
    • logot.loguru
    • logot.structlog
    • logot.trio
    • logot.unittest

Project links

  • GitHub repository
  • PyPI project
  • Changelog
Back to top
Edit this page

API reference#

Import the logot API in your tests:

from logot import Logot, logged

Modules#

Learn about public logot modules with the following reference guides:

  • logot
  • logot.asyncio
  • logot.logged
  • logot.logging
  • logot.loguru
  • logot.structlog
  • logot.trio
  • logot.unittest
Next
logot
Previous
Using with structlog
Copyright © 2024 Dave Hall
Made with Sphinx and @pradyunsg's Furo
On this page
  • API reference
    • Modules