Exemplo n.º 1
0
 def test_get_ship_data(self):
     with app.app_context():
         psa = PixelStarshipsApi()
         id = psa.get_user_id('adam')
         data = psa.inspect_ship(id)
         pprint(data)
     assert True
Exemplo n.º 2
0
 def test_get_ship_data(self):
     psa = PixelStarshipsApi()
     id = psa.get_user_id('jy3p')
     data = psa.inspect_ship(id)
     pprint(data)
     assert True
Exemplo n.º 3
0
 def test_get_user_id(self):
     push_context()
     psa = PixelStarshipsApi()
     id = psa.get_user_id('jy3p')
     print(id)
     assert True