timeline.test package

Submodules

timeline.test.test_views module

class timeline.test.test_views.TestJobTypeTimelineView(methodName='runTest')

Bases: rest_framework.test.APITestCase

api = u'v6'
setUp()
test_successful()
test_type_ids()

Tests calling /timeline/recipe-types/ filtered by recipe type ids

test_type_names()

Tests calling /timeline/job-types/ filtered by job type names

test_type_versions()

Tests calling /timeline/job-types filtered by job version types

class timeline.test.test_views.TestRecipeTypeTimelineView(methodName='runTest')

Bases: rest_framework.test.APITestCase

api = u'v6'
setUp()
test_no_range()

Tests calling /timeline/recipe-types with no date range

test_range()
test_successful()
test_type_ids()

Tests calling /timeline/recipe-types/ filtered by recipe type names

test_type_name()

Tests calling /timeline/recipe-types/ filtered by recipe type ids

test_type_revisions()

Tests calling /timeline/recipe-types/ filtered by recipe type names

Module contents