-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue#84 test cases for get personal background api #85
Issue#84 test cases for get personal background api #85
Conversation
Update @anitab-org/bridgeintech-maintainers . Here's the test cases for the POST and GET /user/perrsonal_background api endpoints (PR #82 ). Please review when you have time. Ta |
46b9da7
to
c96d6f2
Compare
c96d6f2
to
1fa501a
Compare
Update @anitab-org/bridgeintech-maintainers . I've made the changes to Background enum logic as discussed on our BIT weekly meeting. Please re-review when you have time. Thanks |
1fa501a
to
6602d67
Compare
Update @anitab-org/bridgeintech-maintainers . I've just force pushed changes to add other fields for physical and mental ability as well as socio-economic status |
6602d67
to
fadd717
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The revisions look fine to me
@mtreacy002 review the following conflicting files when you have time 👍 |
Will do that now, @foongminwong 😉 |
fadd717
to
decbf6e
Compare
@foongminwong and @ramitsawhney27 I've just resolved the merge conflict and force pushed the changes. Can you please approve and merge this PR? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update @anitab-org/bridgeintech-maintainers. From this PR to thee next in queue, I need to refactor POST/PUT so, please DO NOT MERGE this one till I complete refactoring. Ta |
453f1a9
decbf6e
to
453f1a9
Compare
Update @anitab-org/bridgeintech-maintainers . I've removed POST /user/personal_background and test create personal background from this PR as the POST is no longer used as API as per our discussion. Please note that this PR is blocked by PR #101 |
3ce0bf7
to
f5a59df
Compare
Fix bug on testing fix typo requests.put mock patch Remove POST user/personal_background Remove Create personal background dao
…ints Refactored Background enum logic Refactor test to include other fields for physical, mental ability and socio economic Remove POST api endpoint for create user personal background Remove Create personal background dao
f5a59df
to
c0c12d0
Compare
Update @ramitsawhney27 and @anitab-org/bridgeintech-maintainers . I've resolved the merge conflict on this PR. can you please continue with the merging? Thanks |
@ramitsawhney27 , can you please re-approve this PR so it can be merged? Thanks |
Description
Test cases for POST and GET /user/personal_background api endpoints.
Fixes #84
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
By running tests on VSCode Tests Explorer and python unittest with result all tests passed.
Checklist:
Code/Quality Assurance Only