示例#1
0
 def test_dry_run_mode(self):
   compiler = Compiler(dry_run=True)
   self.assert_true(compiler.is_dry_run_mode_enabled())