Exemplo n.º 1
0
 def test_get_user(self, openshift):
     l = openshift.get_user()
     assert l.json() is not None
Exemplo n.º 2
0
 def test_get_user(self, openshift):  # noqa
     l = openshift.get_user()
     assert l.json() is not None