Private
Public Access
1
0

adding some tests on payments, not passing yet

This commit is contained in:
Sander Roosendaal
2019-01-15 17:31:46 +01:00
parent 4fb5673749
commit 60c7219134
9 changed files with 406 additions and 2530 deletions

View File

@@ -17,3 +17,6 @@ class TestErrorPages(TestCase):
self.assertEqual(response.status_code, 500)
self.assertIn('500 Internal Server Error', unicode(response))
response = error400_view(request)
self.assertEqual(response.status_code, 400)