Advertisement
lenkaseg

py-test_pagureflask_api_pr_flag FAIL

Sep 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. test_editing_flag (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging an existing PR without providing a status. ... ok
  2. test_flag_pr_no_status (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging an existing PR without providing a status.
  3.  
  4. Also check that no notifications have been sent. ... ok
  5. test_invalid_status (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging an existing PR but with an invalid status. ... ok
  6. test_no_comment (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging an existing PR but without all the required info. ... ok
  7. test_no_input (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging an existing PR but without submitting any data. ... ok
  8. test_no_pr (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging a non-existing PR. ... ok
  9. test_no_pr_other_project (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagUserTokentests): Test flagging a non-existing PR on a different project. ... ok
  10. test_adding_two_flags (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the adding two flags to a PR. ... FAIL
  11. test_flagging_a_pul_request_with_notification (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging a PR. ... ok
  12. test_flagging_a_pull_request_while_having_custom_statuses (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test flagging a PR while having custom statuses. ... ok
  13. test_incorrect_project (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging a PR on the wrong project. ... ok
  14. test_invalid_project (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging a PR on an invalid project. ... ok
  15. test_no_comment (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging an existing PR but with incomplete data. ... ok
  16. test_no_input (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging an existing PR but with no data. ... ok
  17. test_no_pr (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging a PR when the PR doesn't exist. ... ok
  18. test_pr_disabled (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging a PR when PRs are disabled. ... ok
  19. test_raise_exception (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the flagging a PR when adding a flag raises an exception. ... ok
  20. test_updating_flag (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the updating the flag of a PR. ... ok
  21.  
  22. ======================================================================
  23. FAIL: test_adding_two_flags (tests.test_pagure_flask_api_pr_flag.PagureFlaskApiPRFlagtests): Test the adding two flags to a PR.
  24. ----------------------------------------------------------------------
  25. Traceback (most recent call last):
  26. File "/home/vagrant/devel/tests/test_pagure_flask_api_pr_flag.py", line 487, in test_adding_two_flags
  27. self.assertEqual(request.flags[0].comment, 'Tests passed')
  28. AssertionError: u'Tests running again' != u'Tests passed'
  29. - Tests running again
  30. + Tests passed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement