toktokkie.test.metadata.tv.components package

Submodules

toktokkie.test.metadata.tv.components.TestTvEpisode module

class toktokkie.test.metadata.tv.components.TestTvEpisode.TestTvEpisode(methodName='runTest')

Bases: toktokkie.test.TestFramework._TestFramework

Class that tests the TvEpisode component

test_jsonification()

Tests the JSON representation of TvEpisode objects :return: None

test_missing_attributes()

Tests if missing attributes are handled correctly :return: None

toktokkie.test.metadata.tv.components.TestTvEpisodeRange module

class toktokkie.test.metadata.tv.components.TestTvEpisodeRange.TestTvEpisodeRange(methodName='runTest')

Bases: toktokkie.test.TestFramework._TestFramework

Class that tests the TvEpisodeRange component

test_jsonification()

Tests the JSON representation of TvEpisodeRange objects :return: None

test_missing_attributes()

Tests if missing attributes are handled correctly :return: None

toktokkie.test.metadata.tv.components.TestTvSeason module

class toktokkie.test.metadata.tv.components.TestTvSeason.TestTvSeason(methodName='runTest')

Bases: toktokkie.test.TestFramework._TestFramework

Class that tests the TvSeason component

test_episode_names()

Tests the episode_names attribute :return: None

test_missing_attributes()

Tests if missing attributes are handled correctly :return: None

Module contents