-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create unit tests and data checks for adults and some pediatrics #28
Conversation
Please add an empty file under ❯ python -m unittest
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
❯ touch tests/__init__.py
❯ python -m unittest
.........
----------------------------------------------------------------------
Ran 9 tests in 4.786s
OK
❯ ls -l tests/__init__.py
-rw-r--r-- 1 dlchudnov staff 0 Apr 29 12:08 tests/__init__.py Without the |
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.
Minor changes as noted in comments. Otherwise, works for me... glad to see this coming together!
The tests look good! Found some other issues, but this is good to go. |
No description provided.