Refactor out new lang_pref djangoapp

This commit is contained in:
thedeadparrot
2014-02-14 15:07:15 -05:00
committed by Julia Hansbrough
parent efe7bdacfc
commit b61649f9eb
16 changed files with 97 additions and 62 deletions

View File

@@ -29,6 +29,8 @@ class UserPreferenceModelTest(TestCase):
)
def test_get_set_preference(self):
# tests for the getters and setters of preferences
user = UserFactory.create()
key = 'testkey'
value = 'testvalue'