codetime.tests package

Submodules

codetime.tests.tests_url module

class codetime.tests.tests_url.TestURLs(methodName='runTest')

Bases: django.test.testcases.SimpleTestCase

test_time_log_resolution()
test_user_url_resolution()

codetime.tests.test_views module

class codetime.tests.test_views.TestPostViews(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests 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

Module contents