MCPcopy Create free account
hub / github.com/KLayout/klayout / test_3

Method test_3

testdata/klayout_main/main.rb:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

klayout_binMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected