main
Merged regressiontests and modeltests into the test root.
Removed unused __str__() methods in tests models.
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate.