]> gerrit.simantics Code Review - simantics/python.git/blobdiff - org.simantics.pythonlink/test/org/simantics/pythonlink/test/ScriptTests.java
Some fixes to Python integration.
[simantics/python.git] / org.simantics.pythonlink / test / org / simantics / pythonlink / test / ScriptTests.java
index 4c5318a87d9f21b4f721ee20adb3f4eddb692070..6a8bdae4fce3bcd777de556191c8528681a73260 100644 (file)
@@ -8,9 +8,5 @@ public class ScriptTests extends ScriptTestBase {
         super("scripts");
     }
 
-    @Test public void Arithmetic() throws Exception { test(); }
-    @Test public void Functions() throws Exception { test(); }
-    @Test public void Functions2() throws Exception { test(); }
-    @Test public void Lists() throws Exception { test(); }
-    
+    @Test public void Python() throws Exception { test(); }
 }