diff options
Diffstat (limited to 'tests/modules/matchers.py')
-rw-r--r-- | tests/modules/matchers.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |