package org.simantics.pythonlink.test; import org.junit.Test; public class ScriptTests extends ScriptTestBase { public ScriptTests() { super("scripts"); } @Test public void Python() throws Exception { test(); } }