Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_cmd_line_script.py
Find file
Blame
History
Permalink
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
· a46467ff
Victor Stinner
authored
Sep 24, 2018
Make sure that "./python script.py" does not crash if the script file doesn't exist.
a46467ff