From 695ad2c6d0b157d2969c9b946d9e3765113a61e7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:38:06 +0200 Subject: Adding upstream version 2.8.1. 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