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

Method test_10

testdata/klayout_main/main.rb:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 end
177
178 def test_10
179
180 # Headless LayoutView
181 out = `#{self.klayout_bin} -b -rd input=#{File.join(File.dirname(__FILE__), "test1.gds")} -r #{File.join(File.dirname(__FILE__), "test10.rb")} 2>&1`
182 assert_equal(out, "(0,0;8,8)\n")
183
184 end
185
186 def test_11
187

Callers

nothing calls this directly

Calls 2

klayout_binMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected