seriesmarker.test.util.examples.defiance_example module

class DefianceExample[source]

Bases: seriesmarker.test.util.examples.base_example.BaseExample

Testdata covers update where episode IDs are changed.

Original season data is ordered as [A, B, C]. Update inserts D, which causes a shift to [A, D, B’, C’]. D = B but has a new id, B’ has id of B but contains data of C (B’ = C). Furthermore, C’ is added and has id of C but contains a new episode

classmethod seasons(show)[source]
classmethod seasons_update(show)[source]
classmethod series_attributes()[source]