Guest User

Untitled

a guest
Jun 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. FAIL http/auth
  2. === BEGIN OUTPUT TAIL ===
  3. suites = [self.loadTestsFromName(name, module) for name in names]
  4. File "/usr/lib64/python2.7/unittest/loader.py", line 91, in loadTestsFromName
  5. module = __import__('.'.join(parts_copy))
  6. File "tests/http/auth.py", line 9, in <module>
  7. import util
  8. File "tests/http/util.py", line 6, in <module>
  9. import config
  10. File "tests/http/config.py", line 15, in <module>
  11. skip()
  12. NameError: name 'skip' is not defined
  13. === END OUTPUT TAIL ===
Add Comment
Please, Sign In to add comment