]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink/test/org/simantics/pythonlink/test/ScriptTests.java
6a8bdae4fce3bcd777de556191c8528681a73260
[simantics/python.git] / org.simantics.pythonlink / test / org / simantics / pythonlink / test / ScriptTests.java
1 package org.simantics.pythonlink.test;
2
3 import org.junit.Test;
4
5 public class ScriptTests extends ScriptTestBase {
6     
7     public ScriptTests() {
8         super("scripts");
9     }
10
11     @Test public void Python() throws Exception { test(); }
12 }