-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: merge mowali branch #286
Conversation
…ed rules engine tests. Added Jest config. Added example rules.json.
… for rules engine. Stubbed validateQuoteRequest method in relevant tests. Running rules engine in validateQuoteRequest (but not doing anything with the results yet).
…ig. Removed Istanbul config.
…nfig to call junit script. Added test results directory to gitignore.
…al payer and payee facts
…d rule execution and event handling. Removed empty quote validation, replaced with rules engine execution. Removed redundant setImmediate. New test for INVALID_QUOTE_REQUEST event. Expanded INVALID_QUOTE_REQUEST unit tests.
…nd updated the `quotes.tests.js` accordingly.
…x-unit-tests Unit tests fixes
Updated unit tests in order to pass according to latest code changes.
Clean & update
Feature/cleanup code
Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
…p/quoting-service into feat/merge-mowali-branch
Hey @lewisdaly , there are no Integration Tests for this service, i.e. --> https://github.com/mojaloop/quoting-service/tree/master/test The best we can do at this stage is to add a backlog item. |
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.
+1
That's troubling. @shashi165 can you please open a backlog item to add integration tests to this service as a part of this task? |
Hi @lewisdaly - created a story here: mojaloop/project#2570 |
comments addressed - axios version updated, follow-up story for integration tests created
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.
Hey @shashi165,
I don't see any issues with the PR. But perhaps we should build a snapshot release and test it against the GP TTK tests before doing a final merge.
Let me know your thoughts on that. I would be happy to schedule a 1 hour call to do so....
Also see my one issue that you will need to address around changing the package version as it is already handled by our automated CI-CD releases.
|
+1
Thanks @shashi165 ! |
Summary of changes