mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-3951 - Hound
This commit is contained in:
parent
87fe237aa7
commit
f95007b660
1 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class TestValidateSequenceFrames(BaseTest):
|
||||||
with pytest.raises(ValueError) as excinfo:
|
with pytest.raises(ValueError) as excinfo:
|
||||||
plugin.process(instance)
|
plugin.process(instance)
|
||||||
assert ("Invalid frame range: (1001, 1002) - expected: (1001, 1003)" in
|
assert ("Invalid frame range: (1001, 1002) - expected: (1001, 1003)" in
|
||||||
str(excinfo.value))
|
str(excinfo.value))
|
||||||
|
|
||||||
def test_validate_sequence_frames_multi_frame_hole(self, instance, plugin):
|
def test_validate_sequence_frames_multi_frame_hole(self, instance, plugin):
|
||||||
representations = [
|
representations = [
|
||||||
|
|
@ -140,4 +140,5 @@ class TestValidateSequenceFrames(BaseTest):
|
||||||
plugin.process(instance)
|
plugin.process(instance)
|
||||||
assert ("Missing frames: [1002]" in str(excinfo.value))
|
assert ("Missing frames: [1002]" in str(excinfo.value))
|
||||||
|
|
||||||
|
|
||||||
test_case = TestValidateSequenceFrames()
|
test_case = TestValidateSequenceFrames()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue