cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

Add dummy sheet test #28

Closed gaurav closed 2 years ago

gaurav commented 2 years ago

This PR adds a "dummy sheet test" (#8) -- it runs sheet2linkml with a Google Sheet I've created solely for testing at https://docs.google.com/spreadsheets/d/1HpsF12vl_CeIzV2TEtANeysnh7cy6YOUDdv6fMXT00I/edit#gid=1810442705, and ensures that the output is identical to the schema generated on previous runs, which is included in this PR.

In addition to this, this PR also fixes some minor bugs found along with the way:

gaurav commented 2 years ago

@turbomam @jooho-lee-kim You don't need to review this PR (unless you want to!), but I just wanted to let you both know that this test now exists. Let me know if you have any ideas on improving it, either in this PR or in another one!