ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Unit tests for the models #99

Open jfposton opened 9 years ago

jfposton commented 9 years ago

This is the beginning of writing the unit tests. Currently just the models are tested and they are mostly basic tests.

Also, I made a few updates to the models file as I found errors and fixed the timezone warnings that the migrations were spitting out.

refs #61