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

Method test_6

testdata/klayout_main/main.rb:114–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 end
113
114 def test_6
115
116 # Editable / Non-editable mode
117 out = `#{self.klayout_bin} -b -ne -r #{File.join(File.dirname(__FILE__), "test_em.rb")} 2>&1`
118 assert_equal(out, "false\n")
119
120 out = `#{self.klayout_bin} -b -e -r #{File.join(File.dirname(__FILE__), "test_em.rb")} 2>&1`
121 assert_equal(out, "true\n")
122
123 end
124
125 def test_7
126

Callers

nothing calls this directly

Calls 2

klayout_binMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected