aboutsummaryrefslogtreecommitdiff
path: root/tests/builder/flags.test.py
AgeCommit message (Collapse)AuthorFilesLines
12 dayschore: enforce fully strict static typing across library, tests, and tooling ↵natsuoto1-3/+6
with zero suppressions
13 dayschore: codebase-wide rule audit — eliminate Any/object where non-protocol, ↵natsuoto1-11/+20
hoist in-function imports, rename compound/folder-repeat files, replace generic-exception raises, bind chained comprehensions, strip __init__ docstrings, remove pragmas
13 daysfeat(engine): route to_regex(engine=re|regex) through a backend layer; regex ↵natsuoto1-0/+45
is a deferred-import extra
2026-07-01fix(ci): skip debug=True regression test on PyPy (upstream IndexError bug)natsuoto1-0/+9
2026-07-01fix(ci): reorder edify re-exports; drop pypy-fragile capsys check on debug=Truenatsuoto1-4/+3
2026-07-01feat: terminal flag kwargs on .to_regex(ignore_case=..., multiline=..., ↵natsuoto1-0/+64
dotall=...)