We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*
Logged
This can be used to create repetitions of log patterns.
Use this in the why test logging example like this:
from logot import Logot, logged def test_poll_daemon(logot: Logot) -> None: app.start_poll() logot.wait_for( (logged.info("Poll started")) >> logged.info("Poll finished")) * 3 )
Link to the log pattern matching docs from this example.
Implement with _from_compose to correctly flatten _OrderedAllLogged.
_from_compose
_OrderedAllLogged
The text was updated successfully, but these errors were encountered:
This is actually a bad idea. Should multiplying a log pattern join them with >> or &? It's unclear.
>>
&
Sorry, something went wrong.
Increasingly I think this is useful, and should join log patterns with the >> operator.
No branches or pull requests
This can be used to create repetitions of log patterns.
Use this in the why test logging example like this:
Link to the log pattern matching docs from this example.
Implement with
_from_compose
to correctly flatten_OrderedAllLogged
.The text was updated successfully, but these errors were encountered: