-
Notifications
You must be signed in to change notification settings - Fork 77
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
Refactor code to remove test redundancy in limit_price_computer #1054
Comments
Hi @samarth9008 I am trying to implement the following things in the test file
I wanted to know that I am in the right direction or do you suggest something else? |
The right guy to answer this is @sonaalKant |
Hi @sonaalKant For the second test file : test_limit_price_computer_using_volatility In the Test 3
|
Hi @sonaalKant I have implemented the changes to both the test files. Would you like to suggest something else? |
Always link your PR with the issue, so that it is easier for the reviewer to navigate. |
Collaborators on kaizen do not have access to zenhub |
I meant they can still link it by mentioning the issue number in comments. |
Hi @sonaalKant I apologize for creating confusion here. I haven't created a PR yet, I have just made the changes in my branch. I will create a PR today with the changes implemented so that anyone can review it. |
It is easier to comment and leave suggestion on a PR.
yeah, that will be helpful. Thanks. |
We want to remove the redundancy caused due to testing classes in the same hierarchy. We will refactor the common tests in the
Testcase
refer https://github.com/cryptokaizen/cmamp/blob/7a960f6d8f22d73dbb98a2c65552ce508e872074/docs/coding/all.write_unit_tests.how_to_guide.md?plain=1#L342We would like to do the same for
oms/limit_price_computer/test/
The text was updated successfully, but these errors were encountered: