-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Support ELLIPSIS marker #124
Comments
Just found out about https://logot.readthedocs.io/latest/log-message-matching.html which wasn't clear from the Github README alone, that solved my issue. Above idea may still be interesting. |
I've flirted with the idea of supporting alternate match syntax (see #31). If there was demand for this, I'd consider making a generic mechanism to match using other syntaxes, of which I'm marking this idea as Meanwhile, I've updated the |
With using doctest you can use
...
to mean regex-like.*
catchall.When converting to logot I stumbled upon
AssertionError: Not logged:
until realizing I had...
inside the expected output.The text was updated successfully, but these errors were encountered: