JPersjanow / Rabbit-CI

Repository containing Rabbit CI/CD project
0 stars 0 forks source link

Updated regarding tests and Julia comments. #50

Closed JPersjanow closed 3 years ago

JPersjanow commented 3 years ago

Unable to reproduce:

FAIL: test_delete_no_id (main.CDELETEkanban)

Traceback (most recent call last): File "kanbans_tests.py", line 89, in test_delete_no_id self.assertEqual(r.status_code, 404) AssertionError: 405 != 404

====================================================================== FAIL: test_delete_no_id (main.KDELETEIssue)

Traceback (most recent call last): File "kanbans_tests.py", line 286, in test_delete_no_id self.assertEqual(r.status_code, 405) AssertionError: 404 != 405

====================================================================== FAIL: test_put_empty_stage (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 316, in test_put_empty_stage self.assertEqual(r.status_code, 400) AssertionError: 404 != 400

====================================================================== FAIL: test_put_existing_doing (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 299, in test_put_existing_doing self.assertEqual(r.status_code, 200) AssertionError: 404 != 200

====================================================================== FAIL: test_put_existing_done (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 304, in test_put_existing_done self.assertEqual(r.status_code, 200) AssertionError: 404 != 200

====================================================================== FAIL: test_put_existing_todo (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 294, in test_put_existing_todo self.assertEqual(r.status_code, 200) AssertionError: 404 != 200

====================================================================== FAIL: test_put_no_body (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 332, in test_put_no_body self.assertEqual(r.status_code, 400) AssertionError: 404 != 400

====================================================================== FAIL: test_put_not_existing_issue (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 327, in test_put_not_existing_issue self.assertEqual(r.status_code, 400) AssertionError: 404 != 400

====================================================================== FAIL: test_put_not_existing_kanban (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 322, in test_put_not_existing_kanban self.assertEqual(r.status_code, 400) AssertionError: 404 != 400

====================================================================== FAIL: test_put_not_existing_stage (main.LPUTStage)

Traceback (most recent call last): File "kanbans_tests.py", line 309, in test_put_not_existing_stage self.assertEqual(r.status_code, 400) AssertionError: 404 != 400

Tests couldn't find stage, reproducing by hand gives different results.

lgtm-com[bot] commented 3 years ago

This pull request introduces 3 alerts when merging 236bb40bcf764efd1c501bfde1fa7f437a8e7902 into b65b5cb206b370e84d1624201e148aa2d5895ac9 - view on LGTM.com

new alerts:

juliawenta commented 3 years ago

I will check those failures and fix them.

lgtm-com[bot] commented 3 years ago

This pull request introduces 3 alerts when merging 3ebc65ca0bd6638a421cf3045b29610aa368a8e0 into ea84f03e9132a5a89275b463480c31538ceb0b6e - view on LGTM.com

new alerts: