summaryrefslogtreecommitdiff
path: root/test/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_api.py')
-rw-r--r--test/test_api.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_api.py b/test/test_api.py
index 6992492..45ad05b 100644
--- a/test/test_api.py
+++ b/test/test_api.py
@@ -89,7 +89,6 @@ def test_get_binary_fileinfo():
def test_lock_project():
api.lock(prj)
xml = api.get_meta(prj)
- print(xml)
meta = etree.fromstring(xml)
lock = meta.find('lock')
assert lock is not None
@@ -112,13 +111,11 @@ def test_project_locked():
def test_get_users():
users = api.get_users(prj)
- print users
assert len(users) > 0
def test_get_groups():
groups = api.get_groups(prj)
- print groups
assert groups == []