common-pattern: cover "elapsed time" line
These are perfect targets for the common-pattern matching.
--- a/tests/common-pattern.py Sun Dec 24 02:43:53 2023 +0100
+++ b/tests/common-pattern.py Wed Dec 13 13:46:28 2023 +0100
@@ -127,6 +127,10 @@
br'\b(\d+) total queries in \d.\d\d\d\ds\b',
lambda m: (br'%s total queries in *.????s (glob)' % m.group(1)),
),
+ (
+ br'\belapsed time: \d+.\d{6} seconds\b',
+ br'elapsed time: *.?????? seconds (glob)',
+ ),
]
# Various platform error strings, keyed on a common replacement string