Imageomics / dashboard-prototype

Prototype data dashboard for Imageomics Data
http://dash.imageomics.org
MIT License
5 stars 2 forks source link

Adding Tests #44

Closed egrace479 closed 1 year ago

egrace479 commented 1 year ago

Resolves Issue #32

egrace479 commented 1 year ago

For the test files, it might be better to add cases as dictionary to loop over rather than defining iterations on output variables under each function test. I think this makes changes to tests easier in the future since it would be done just once in the loop rather than many places.

So looking at test_parse_contents() for instance ...

I like this idea.