diff options
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 69596b8..e5d390a 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -92,6 +92,9 @@ assert(new_user.email == user.email) new_user.block() new_user.unblock() +# user projects list +assert(len(new_user.projects.list()) == 0) + foobar_user = gl.users.create( {'email': 'foobar@example.com', 'username': 'foobar', 'name': 'Foo Bar', 'password': 'foobar_password'}) |