`tests.devx.test_tooling`'s end-of-tree `expect()` patterns use a literal `\(` (pexpect regex), which Python 3.12+ flags as an invalid escape sequence. Make them raw strings so the `\(` is preserved verbatim and no `SyntaxWarning` fires. (this patch was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_debugger.py | ||
| test_pause_from_non_trio.py | ||
| test_proctitle.py | ||
| test_tooling.py | ||