lenkaseg

Untitled

Jan 10th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ================================================================
  2. master (without validator, without tests)
  3. py-test_pagure_flask_api_project - ALL PASSED! CONGRATULATIONS!
  4.  
  5. ================================================================
  6. branch (without validator, with tests)
  7. FAILED test: py-test_pagure_flask_api_project:
  8.  
  9. FAIL: test_api_new_project (tests.test_pagure_flask_api_project.PagureFlaskApiProjecttests): Test the api_new_project method of the flask api.
  10. ----------------------------------------------------------------------
  11. Traceback (most recent call last):
  12. File "/home/vagrant/devel/tests/test_pagure_flask_api_project.py", line 2101, in test_api_new_project
  13. self.assertEqual(output.status_code, 400)
  14. AssertionError: 200 != 400
  15.  
  16. ================================================================
  17. branch (with validator, with tests)
  18. py-test_pagure_flask_api_project - ALL PASSED! CONGRATULATIONS!
Add Comment
Please, Sign In to add comment