aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-06-27Code block: make PY_LANG_CODES more visibleGravatar MarkKoz-1/+2
The declaration was a bit hidden between the two regular expressions.
2020-06-27Code block: rename BadLanguage attributesGravatar MarkKoz-4/+4
The `has_` prefix it clarifies that they're booleans. Co-authored-by: Numerlor <[email protected]>