summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/ure_split.py
Commit message (Expand)AuthorAge
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* extmod/modure: Set subject begin_line so ^ doesn't match interior.Damien George2022-03-16
* extmod/modure: If input string is bytes, return bytes results too.Paul Sokolovsky2017-07-01
* tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/extmod: Make tests skippable.Paul Sokolovsky2017-02-15
* tests/extmod: Move split-on-empty-match tests to a separate test file.Damien George2016-04-26
* tests: Add tests for ure groups and named char classes.Damien George2015-02-21
* modure: Basic tests.Paul Sokolovsky2014-10-11