Skip to content

Commit 6ec11f5

Browse files
committed
fix: Remove creative assertions
1 parent fe1cf52 commit 6ec11f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_unit_tests_threaded.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ def setUp(self):
183183
self.testPath3 = os.path.join(self.data_dir, "A_thumbnail.jpg")
184184
self.testPath4 = os.path.join(self.data_dir, "cloud.jpg")
185185

186-
# Define manifests
186+
# For that test manifest, we use a placeholder assertion with content
187+
# varying depending on thread/manifest, to check for data scrambling.
187188
self.manifestDefinition = {
188189
"claim_generator": "python_test",
189190
"claim_generator_info": [{
@@ -207,6 +208,8 @@ def setUp(self):
207208
]
208209
}
209210

211+
# For that test manifest, we use a placeholder assertion with content
212+
# varying depending on thread/manifest, to check for data scrambling.
210213
self.manifestDefinition_1 = {
211214
"claim_generator": "python_test_thread1",
212215
"claim_generator_info": [{
@@ -230,6 +233,8 @@ def setUp(self):
230233
]
231234
}
232235

236+
# For that test manifest, we use a placeholder assertion with content
237+
# varying depending on thread/manifest, to check for data scrambling.
233238
self.manifestDefinition_2 = {
234239
"claim_generator": "python_test_thread2",
235240
"claim_generator_info": [{

0 commit comments

Comments
 (0)