Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command-argument detection with comments #114

Open
tdegeus opened this issue Feb 2, 2024 · 0 comments
Open

Command-argument detection with comments #114

tdegeus opened this issue Feb 2, 2024 · 0 comments

Comments

@tdegeus
Copy link
Owner

tdegeus commented Feb 2, 2024

Checking if the content of a command are arguments

if not (re.match(r"(^\w*\s*\=.*$)+", arg) or re.match(r"(^\w*$)", arg)):

may be a bit dirty and limiting. See for example:

@pytest.mark.skip(reason="TODO: decide how to handle this case.")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant