summaryrefslogtreecommitdiff
path: root/_test/lib/test_mark.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/lib/test_mark.py')
-rw-r--r--_test/lib/test_mark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/lib/test_mark.py b/_test/lib/test_mark.py
index c8dc83c..56cb52f 100644
--- a/_test/lib/test_mark.py
+++ b/_test/lib/test_mark.py
@@ -4,6 +4,7 @@ from __future__ import print_function
import ruamel.yaml as yaml
from ruamel.yaml.compat import text_type, PY3
+
def test_marks(marks_filename, verbose=False):
with open(marks_filename, 'r' if PY3 else 'rb') as fp0:
inputs = fp0.read().split('---\n')[1:]
@@ -34,4 +35,3 @@ test_marks.unittest = ['.marks']
if __name__ == '__main__':
import test_appliance
test_appliance.run(globals())
-