mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 01:52:02 -05:00
More XEM scene tests
This commit is contained in:
parent
3fbfed7d93
commit
5d16eda620
@ -50,8 +50,9 @@ class XEMBasicTests(test.SickbeardTestDBCase):
|
||||
|
||||
def test_formating(self):
|
||||
self.loadFromDB()
|
||||
show = sickbeard.helpers.findCertainShow(sickbeard.showList, 24749)
|
||||
ep = show.getEpisode(21, 17)
|
||||
show = sickbeard.helpers.findCertainShow(sickbeard.showList, 111051)
|
||||
show.loadEpisodesFromDB()
|
||||
ep = show.getEpisode(8, 56, sceneConvert=True)
|
||||
ep.airdate = datetime.date.today()
|
||||
|
||||
# parse the file name
|
||||
|
Loading…
x
Reference in New Issue
Block a user