Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Updated asserts in test_io (#1496)
* test: Updated asserts in test_io Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483 * test: Fixed test_io In order to use unittest.TestCase for asserts in temp_video, the object has to be passed itself to temp_video. * test: Updated asserts to AssertionError Switched initial raw assert to AssertionError. * test: Changed AssertionError for ValueError
- Loading branch information