seriesmarker.test.util.examples.mad_love_example module

class MadLoveExample[source]

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

Used to check correct handling of multiple occurrence of director (Pamela Fryman, HIMYM + ML)

classmethod attributes_update(show)[source]

Used to check correct handling of update behavior

Genre: add Action; remove DUMMYGENRE; keep Comedy

Actor: add DUMMY ACTOR2; remove Jason Biggs; keep Sarah Chalke, Tyler Labine, Judy Greer, Sarah Wright

Changed attributes are: Actors, Rating, Status
classmethod banner(show)[source]
classmethod banners_update(show)[source]
Remove
Season2 banner
Update
Season1 and Series banner
Add
Season0 banner
classmethod roles(show)[source]
classmethod roles_update(show)[source]
classmethod seasons(show)[source]

Director: Pamela Fryman, DUMMYDIRECTOR Actor: Rachel Boston, DUMMYGUEST Writer: Adrian Wenner, DUMMYWRITER1, DUMMYWRITER2

classmethod seasons_update(show)[source]

Season: Adds 0, Updates Season 1, Removes Season 2

Episode: Adds 0.1, Updates Episode 1.1, Adds Episode 1.2, Removes Episode 2.1

Episode0.1:
Guest: Add Brittany Snow Writer: Add Corey Nickerson Director: Add Beth McCarthy-Miller
Episode1.1:
Guest: Keep Rachel Boston, Remove DUMMYGUEST, Add GUESTDUMMY Writer: Keep DUMMYWRITER2, Remove DUMMYWRITER1, Add WRITERDUMMY Director: Keep Pamela Fryman, Remove DUMMYDIRECTOR, Add DIRECTORDUMMY
Episode1.2:
Guest: Add Martin Starr Writer: Add Rob DesHotel Director: Add Scott Ellis
Episode2.1:
Writer: Remove Adrian Wenner
classmethod series_attributes()[source]