MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_quiet

Method test_quiet

Lib/test/test_compileall.py:737–741  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

735 ))
736
737 def test_quiet(self):
738 noisy = self.assertRunOK(self.pkgdir)
739 quiet = self.assertRunOK('-q', self.pkgdir)
740 self.assertNotEqual(b'', noisy)
741 self.assertEqual(b'', quiet)
742
743 def test_silent(self):
744 script_helper.make_script(self.pkgdir, 'crunchyfrog', 'bad(syntax')

Callers

nothing calls this directly

Calls 3

assertRunOKMethod · 0.95
assertNotEqualMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected