We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea814e2 + 48a2af4 commit da20c46Copy full SHA for da20c46
pytest_bdd/scripts.py
@@ -38,7 +38,7 @@ def migrate_tests_in_file(file_path):
38
39
40
def check_existense(file_name):
41
- """Check file or directory name for existense."""
+ """Check file or directory name for existence."""
42
if not os.path.exists(file_name):
43
raise argparse.ArgumentTypeError("{0} is an invalid file or directory name".format(file_name))
44
return file_name
0 commit comments