codetime.tests package¶
Submodules¶
codetime.tests.tests_url module¶
codetime.tests.test_views module¶
-
class
codetime.tests.test_views.TestPostViews(methodName='runTest')¶ Bases:
django.test.testcases.TestCaseTests to verify the functioning of all the POST requests in bot_server/api
-
setUp()¶ Test setup for each test in this class. It is done for each of the tests
-
test_logtime()¶ Test behaviour of correct POST request for creating a user
-
test_user()¶ Test behaviour of correct POST request for creating a user
-