Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0884309

Browse files
committed
comments removed
1 parent 895de2c commit 0884309

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/vsmetaEncoder/vsmetaInfo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
from vsmetaEncoder.vsmetaListInfo import VsMetaListInfo
33
from vsmetaEncoder.vsmetaImageInfo import VsMetaImageInfo
44

5-
6-
# TODO get rid of class
75
class VsMetaInfo():
86
def __init__(self):
97

tests/template_movie1.vsmeta.bak

62 Bytes
Binary file not shown.

tests/testvsmetaEncoder.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def test_encodeTemplate2(self):
1919
info.tvshowLocked = True
2020

2121
info.episodeTitle = 'Skateboardcheck'
22-
#info.episodeReleaseDate = date(2021, 1, 21)
2322
info.episodeLocked = True
2423
info.episodeMetaJson = "null"
2524
info.tvshowMetaJson = "null"
@@ -30,8 +29,6 @@ def test_encodeTemplate2(self):
3029
writer = VsMetaSeriesEncoder()
3130
testData = writer.encode(info)
3231

33-
# writeVsMetaFile(os.path.join(os.path.dirname(os.path.realpath(__file__)),'template2-reconstructed.vsmeta'), testData)
34-
3532
# compare
3633
template = readTemplateFile(os.path.join(os.path.dirname(os.path.realpath(__file__)),"template2.vsmeta"))
3734
compareBytesBitByBit(self, template, testData)
@@ -73,7 +70,6 @@ def test_encodeTemplate4(self):
7370
info.episodeLocked = True
7471

7572
# execute, prepare result
76-
#TODO clean-up writer = VsMetaEncoder()
7773
writer = VsMetaSeriesEncoder()
7874
testData = writer.encode(info)
7975

@@ -91,7 +87,6 @@ def test_encodeTemplate6(self):
9187
info.setEpisodeDate(date(2021, 1, 1))
9288

9389
# execute, prepare result
94-
#TODO clean-up writer = VsMetaEncoder()
9590
writer = VsMetaMovieEncoder()
9691
testData = writer.encode(info)
9792

@@ -111,7 +106,6 @@ def test_encodeTemplate7(self):
111106
info.chapterSummary = 'Im Italien-Teil seiner Sammlung "Années de pèlerinage" widmet sich Franz Liszt mehreren Sonetten von Francesco Petrarca.'
112107

113108
# execute, prepare result
114-
#TODO clean-up writer = VsMetaEncoder()
115109
writer = VsMetaMovieEncoder()
116110
testData = writer.encode(info)
117111

0 commit comments

Comments
 (0)