summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r--tools/python_test_v4.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index 47d9af2..558d7ab 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -64,6 +64,10 @@ assert(isinstance(gl.user, gitlab.v4.objects.CurrentUser))
# html = gl.markdown('foo')
# assert('foo' in html)
+success, errors = gl.lint('Invalid')
+assert(success is False)
+assert(errors)
+
# sidekiq
out = gl.sidekiq.queue_metrics()
assert(isinstance(out, dict))