Advertisement
Guest User

ftest failurs

a guest
Jun 27th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. dreich@deneb:~/pyquizetc/pyquiz$ make test
  2. bin/test
  3. Running tests at level 1
  4. Running pyquiz.ftests.test_functional.person_selenium_layer tests:
  5. Set up pyquiz.ftests.test_functional.person_selenium_layer serving at http://0.0.0.0:8080/
  6. in 0.085 seconds.
  7. Running:
  8. ....
  9.  
  10. Failure in test /home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/app.txt
  11. Failed doctest test for app.txt
  12. File "/home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/app.txt", line 0
  13.  
  14. ----------------------------------------------------------------------
  15. File "/home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/app.txt", line 38, in app.txt
  16. Failed example:
  17. third.url
  18. Differences (ndiff with -expected +actual):
  19. - u'http://localhost/login'
  20. ? ^ --
  21. + u'http://localhost/persons/userB/'
  22. ? ^^^^ ++++++++
  23.  
  24. ....
  25.  
  26. Failure in test /home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/person_learner_quizzes.txt
  27. Failed doctest test for person_learner_quizzes.txt
  28. File "/home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/person_learner_quizzes.txt", line 0
  29.  
  30. ----------------------------------------------------------------------
  31. File "/home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/person_learner_quizzes.txt", line 124, in person_learner_quizzes.txt
  32. Failed example:
  33. for el in table.query_all.css('tbody td'):
  34. el.text
  35. Differences (ndiff with -expected +actual):
  36. u'2012 / Year / Programming (5)'
  37. u'Quiz 1'
  38. - u'1/2'
  39. ? ^
  40. + u'0/2'
  41. ? ^
  42. u'2012-02-25'
  43. u''
  44. - u'75.0'
  45. + u'N/A'
  46.  
  47. The following test left new threads behind:
  48. /home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/person_learner_quizzes.txt
  49. New thread(s): [<_DummyThread(Dummy-2, started daemon 1092406080)>]
  50.  
  51. Ran 8 tests with 2 failures and 0 errors in 3 minutes 8.846 seconds.
  52. Tearing down left over layers:
  53. Tear down pyquiz.ftests.test_functional.person_selenium_layer in 0.026 seconds.
  54.  
  55. Tests with failures:
  56. /home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/app.txt
  57. /home/dreich/pyquizetc/pyquiz/src/pyquiz/ftests/person_learner_quizzes.txt
  58. make: *** [test] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement