JacquelynSalloum / CSIR-API

2 stars 1 forks source link

Add pytest for django #7

Closed WilsonChiang closed 9 years ago

WilsonChiang commented 9 years ago

There's some work that needs to be done to use pytest for Django. Need to install pytest-django and model mommy as well.

WilsonChiang commented 9 years ago

I'm not 100% sure yet what I need to change for database stuff regarding the local SQLite for tests versus Postgres used on the server so leaving this open for now.

WilsonChiang commented 9 years ago

Closing for now, I'll open another ticket for SQLite for unit tests when its needed.