Changeset a659b31
- Timestamp:
- Sep 29, 2022, 11:13:57 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1756e08
- Parents:
- d3af505
- Location:
- tests
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
rd3af505 ra659b31 23 23 24 24 def match_test(path): 25 match = re.search("^%s\/([\w\/\-_]*).expect\/([\w\-_ ]+)(\.[\w\-_]+)?\.txt$" % settings.SRCDIR, path)25 match = re.search("^%s\/([\w\/\-_]*).expect\/([\w\-_\+]+)(\.[\w\-_]+)?\.txt$" % settings.SRCDIR, path) 26 26 if match : 27 27 test = Test()
Note: See TracChangeset
for help on using the changeset viewer.