summaryrefslogtreecommitdiff
path: root/tests/test_repr.py
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16Improve __repr__ (#23)Árni Dagur1-0/+37
So we get something like: BlockerResult(matched=false, important=false, redirect=None, exception=None, filter=None, error=None) rather than: BlockerResult(false, false, None, None, None, None) Co-authored-by: Florian Bruhin <me@the-compiler.org>