skalarsystems / fhirzeug

A Python FHIR specification parser and class generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is FHIRUnitTest script useless now that we use pydantic ?

Wauplin opened this issue · comments

If I understand well, FHIRUnitTest generates the unit test for the classes. Which means that it is now unused since we use pydantic package for validation. Therefore, I suggest to remove it completely. That would give a boost to code coverage since no tests are done on this part.