Skip to content

Tags: etianen/logot

Tags

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
etianen Dave Hall
Excluding dependabot from release notes

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix typing for `logged.XXX` shorcuts (#277)

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for wildcard messages and levels (#275)

Closes #219

The special ``...`` (ellipsis) acts as a wildcard when matching log
messages.

Use ``...`` to match log records with *any* message:

```py
from logot import Logot, logged

def test_something(logot: Logot) -> None:
   do_something()
   logot.assert_logged(logged.info(...))
```

Or use ``...`` to match log records with *any* level:

```py
from logot import Logot, logged

def test_something(logot: Logot) -> None:
    do_something()
    logot.assert_logged(logged.log(..., "Something %s done"))
```

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
etianen Dave Hall
v1.4.0

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
etianen Dave Hall
v1.3.0

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
etianen Dave Hall
v1.2.0

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
etianen Dave Hall
v1.1.1

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
etianen Dave Hall
v1.1.0

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🎉 `logot` v1.0.0 🎉 (#104)

It's done! 💪 

This release is dedicated to Pearl, my new little baby girl. 👶

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.4.0 (#96)