We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc21552 commit efb27f9Copy full SHA for efb27f9
1 file changed
tests/playback/test_play_actions.py
@@ -47,6 +47,8 @@
47
("--modified-before '1 second'", 5, "corrupt.mp4"),
48
("--time-modified '+1 second'", 5, "corrupt.mp4"),
49
("--deleted-before '1 day'", 5, "corrupt.mp4"),
50
+ ("--time-deleted '-3 days'", 5, "corrupt.mp4"),
51
+ ("--time-deleted '+1 second'", 5, "corrupt.mp4"),
52
("--hide-deleted", 5, "corrupt.mp4"),
53
("--no-hide-deleted", 5, "corrupt.mp4"),
54
]
0 commit comments