cancerDHC / example-data

This repository is intended to act as a store of example data files from across the NCI Cancer Research Data Commons (CRDC) nodes in a number of formats.
MIT License
0 stars 3 forks source link

Add pytest-cov to test coverage of the generated Python classes #46

Open gaurav opened 2 years ago

gaurav commented 2 years ago

It would be great if we could use pytest-cov to test how much of the generated Python Data Classes in crdch_model we're currently testing in the Example Data Workflow. Sujay suggested it at https://github.com/cancerDHC/example-data/pull/41#discussion_r755635559, but I think we should implement and test this in a different PR.