hackoregon / transportation-system-backend

2018 repo for the transportation api backend
MIT License
8 stars 2 forks source link

Test DB not being created when running test suite #39

Closed kiniadit closed 6 years ago

kiniadit commented 6 years ago

Since the underlying database is unmanaged, creating a test db is problematic while running tests in Django. Will be looking to a separate test runner as described in the following post -

how to test an application that's using a legacy database

kiniadit commented 6 years ago

Working on the following implementation -https://dev.to/patrnk/testing-against-unmanaged-models-in-django

kiniadit commented 6 years ago

this issue has now been fixed here and is under review.