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.
1 parent b466b7b commit 6587327Copy full SHA for 6587327
pytest_bdd/scripts.py
@@ -55,16 +55,6 @@ def print_generated_code(args):
55
print(code)
56
57
58
-def str2bool(val):
59
- """Convert string to boolean."""
60
- if "True" == val:
61
- return True
62
- elif "False" == val:
63
- return False
64
- else:
65
- return val
66
-
67
68
def main():
69
"""Main entry point."""
70
parser = argparse.ArgumentParser(prog="pytest-bdd")
0 commit comments