| 71 | end |
| 72 | |
| 73 | def test_3 |
| 74 | |
| 75 | # Basic Python |
| 76 | out = `#{self.klayout_bin} -b -rd v1=42 -rd v2=hello -r #{File.join(File.dirname(__FILE__), "test.py")} 2>&1` |
| 77 | assert_equal(out, "Variable v1=42 v2=hello\n") |
| 78 | |
| 79 | end |
| 80 | |
| 81 | def test_4 |
| 82 |
nothing calls this directly
no test coverage detected