Skip to content
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

Add more integration tests for person service #960

Open
wants to merge 2 commits into
base: develop_3x
Choose a base branch
from

Conversation

bayehyg
Copy link

@bayehyg bayehyg commented Apr 2, 2024

Pull Requests Requirements

  • The PR title includes a brief description of the work done, including the Issue number if applicable.
  • The PR title follows conventional commit label standards.
  • The changes confirm to the OpenElis Global x3 Styleguide and design documentation.
  • I have read and agree to the Contributing Guidelines of this project.

Summary

-Added integration tests to cover functions supported by the PersonServic.
-Refactored test setup for improved organization and efficiency.

Related Issue

#Add more integration tests to the Patient and Person service #902

@mozzy11
Copy link
Collaborator

mozzy11 commented Apr 3, 2024

Thanks @bayehyg for attempting this issues , can you resolve the conflicts

@github-actions github-actions bot added the merge conflict Merge Conflicts label Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

👋 Hi, @bayehyg,
Conflicts have been detected against the base branch. Please rebase your branch against the base branch.


This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there.

@jona42-ui
Copy link
Contributor

and generally, do we need to have more than one text method in the same class?
this may not allow methods to run in parallel!
@mozzy11 what do you think

firstName = "Malik";
lastName = "Sardar";
personId = "1234";
cellPhone = "403-678-5678";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Phone number should start with country code for the test to more clear.

Some merge Conflicts to solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge conflict Merge Conflicts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants