def test_run(self):
     """Test run method"""
     src = VideoSrc(port=3000)
     src.pipeline = MockPipeline()
     src.run()