def test_discover_system_effect(self):
converter = self.mod_converter
pedalboard_path = self.here / Path('teste.pedalboard')
print(converter.get_pedalboard_info(pedalboard_path))
pedalboard = converter.convert(pedalboard_path)
print(pedalboard.json)
#@unittest.skipIf('TRAVIS' in os.environ, 'Mod-ui not configured in Travis build')
mod_pedalboard_converter_test.py 文件源码
python
阅读 15
收藏 0
点赞 0
评论 0
评论列表
文章目录