cqframework / cqframework/clinical-reasoning
Add test case for case-insensitivity of annotations in UCUM
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 49
- Forks
- 43
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 13
Description
Add the following test cases:
5 '{inr}' = 5 '{INR}' // true
5 '{foo}' = 5 '{INR}' // true on the grounds that annotations are meaningless
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the Java test suite for existing UCUM annotation comparison tests and the code that evaluates annotated units. Add assertions for the two supplied comparisons, then run the relevant test suite and confirm both cases pass with the expected true result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100