MCPcopy Index your code
hub / github.com/python/cpython / test_test_command

Method test_test_command

Lib/test/test_tarfile.py:2864–2868  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2862 self.assertNotEqual(err.strip(), b'')
2863
2864 def test_test_command(self):
2865 for tar_name in testtarnames:
2866 for opt in '-t', '--test':
2867 out = self.tarfilecmd(opt, tar_name)
2868 self.assertEqual(out, b'')
2869
2870 def test_test_command_verbose(self):
2871 for tar_name in testtarnames:

Callers

nothing calls this directly

Calls 2

tarfilecmdMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected