Refactor out new lang_pref djangoapp
This commit is contained in:
committed by
Julia Hansbrough
parent
efe7bdacfc
commit
b61649f9eb
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user