mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3426 - remove not working set of failed
This commit is contained in:
parent
51db29319a
commit
0c9c9c40b8
8 changed files with 8 additions and 24 deletions
|
|
@ -86,9 +86,7 @@ class TestDeadlinePublishInAfterEffects(AEDeadlinePublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -84,9 +84,7 @@ class TestPublishInAfterEffects(AELocalPublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -71,9 +71,7 @@ class TestPublishInAfterEffects(AELocalPublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -95,9 +95,7 @@ class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -72,9 +72,7 @@ class TestPublishInMaya(MayaLocalPublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -77,9 +77,7 @@ class TestDeadlinePublishInNuke(NukeDeadlinePublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -76,9 +76,7 @@ class TestPublishInNuke(NukeLocalPublishTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
|
|
@ -98,9 +98,7 @@ class TestPublishInPhotoshop(PhotoshopTestClass):
|
|||
DBAssert.count_of_types(dbcon, "representation", 1,
|
||||
additional_args=additional_args))
|
||||
|
||||
if any(failures):
|
||||
ModuleUnitTest.failed = True
|
||||
assert not any(failures)
|
||||
assert not any(failures)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue