Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. MainDir
  2. ->folder1
  3. ->file1.py
  4. ->CommonFunctions.py
  5.  
  6. class CommonFunctions(unittest.TestCase):
  7. def setUp(self):
  8. logging.info('CALLED')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement