From a8637fe80c24fb04bf6cc8ae8459877535f1341b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:04:06 +0200 Subject: Adding upstream version 2.7. Signed-off-by: Daniel Baumann --- tests/modules/matchers.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/modules/matchers.py (limited to 'tests/modules/matchers.py') diff --git a/tests/modules/matchers.py b/tests/modules/matchers.py new file mode 100644 index 0000000..e905de3 --- /dev/null +++ b/tests/modules/matchers.py @@ -0,0 +1,6 @@ +# vim:fileencoding=utf-8:noet +from __future__ import (unicode_literals, division, absolute_import, print_function) + + +def always_true(matcher_info): + return True -- cgit v1.2.3