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

Method test_directories

Lib/test/test_cmd_line.py:36–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35class CmdLineTest(unittest.TestCase):
36 def test_directories(self):
37 assert_python_failure('.')
38 assert_python_failure('< .')
39
40 def verify_valid_flag(self, cmd_line):
41 rc, out, err = assert_python_ok(cmd_line)

Callers

nothing calls this directly

Calls 1

assert_python_failureFunction · 0.90

Tested by

no test coverage detected