mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
More XEM scene tests
This commit is contained in:
parent
3fbfed7d93
commit
5d16eda620
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue