增加及修改account与announcement的测试

This commit is contained in:
hohoTT
2015-08-20 20:24:51 +08:00
parent 10e4d534b2
commit 0fcbbc962e
5 changed files with 145 additions and 62 deletions

View File

@@ -156,3 +156,8 @@ LOGGING = {
}
},
}
REST_FRAMEWORK = {
'TEST_REQUEST_DEFAULT_FORMAT': 'json'
}