def test_developer(self):
     self.setBasicAuth('*****@*****.**', read_password())
     try:
         self.view_homepage()
         self.search_app()
         self.submit_app()
     finally:
         self.clearBasicAuth()
示例#2
0
 def test_developer(self):
     self.setBasicAuth('*****@*****.**', read_password())
     try:
         self.view_homepage()
         self.search_app()
         self.submit_app()
     finally:
         self.clearBasicAuth()
 def test_end_user(self):
     self.setBasicAuth('*****@*****.**', read_password())
     try:
         self.view_homepage()
         self.search_app()
         self.install_free_app()
         self.edit_details()
         self.rate_app()
     finally:
         self.clearBasicAuth()
示例#4
0
 def test_end_user(self):
     self.setBasicAuth('*****@*****.**', read_password())
     try:
         self.view_homepage()
         self.search_app()
         self.install_free_app()
         self.edit_details()
         self.rate_app()
     finally:
         self.clearBasicAuth()