smart-on-fhir / client-py

Python SMART on FHIR client
http://docs.smarthealthit.org
Other
574 stars 209 forks source link

Separate test files from main module and add CI #150

Closed mikix closed 2 months ago

mikix commented 2 months ago

This also now ships all test data that you need to run tests, so you don't need to download the file from hl7 again.

If you are extremely paranoid, this is a breaking change because this commit means we no longer ship the *_tests.py files -- which didn't work without test data from hl7 or this repo. And were clearly (to my mind) never meant to be part of the public API. So I'm fine with it. But calling it out.

github-actions[bot] commented 2 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
542 192 35% 35% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 37801cc by action🐍