amc-corey-cox / BDC_Dashboard

My personal repository for work on the BioData Catalyst Dashboard
Apache License 2.0
4 stars 2 forks source link

Add testing for most of the BDC app #53

Closed amc-corey-cox closed 8 months ago

amc-corey-cox commented 8 months ago

This adds testing to most of the BDC app. I used Django testing framework because other frameworks were just too difficult to get to work with the Django tool-chain. I'd still like to add some pytest/test-containers framework for integration testing but that seems unnecessary at this time.

-- Note: I also performed a filter-repo to remove staticfiles/ from the history because it was taking a lot of space unnecessarily. We need to add staticfiles/ creation to the installation/setup of Django instead of keeping them current in the repo.