Add new test. resistor with decimal values#2976
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
jagdish-15
left a comment
There was a problem hiding this comment.
Hey @jelambrar96!
Here at Exercism, all tests are synced from a central problem-specifications repository, which is shared across all language tracks.
If you have an idea for adding or changing a test, we recommend first sharing it in our forum to get feedback and approval. Once it's approved there, you can raise a PR in the problem-specifications repo. Only after that can the change be incorporated into the individual language tracks.
📌 Pull Request: Add new test case for "orange, orange, red" resistor combination
Summary:
This PR adds a new unit test to the
ResistorColorTrioTestclass to validate the correct label generation for the resistor color combination{"orange", "orange", "red"}.Details:
testOrangeAndOrangeAndRed"3.3 kiloohms"@Disabledto maintain consistency with other pre-disabled test cases in this suite.Why this is useful:
Next steps:
@Disabledonce the implementation is ready."3.3 kiloohms"as per spec.Reviewer Resources:
Track Policies