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

Method test_directories

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

Source from the content-addressed store, hash-verified

28
29class CmdLineTest(unittest.TestCase):
30 def test_directories(self):
31 assert_python_failure('.')
32 assert_python_failure('< .')
33
34 def verify_valid_flag(self, cmd_line):
35 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