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

Universal "reject" patterns #22

Open
mahavrila opened this issue Sep 2, 2021 · 1 comment
Open

Universal "reject" patterns #22

mahavrila opened this issue Sep 2, 2021 · 1 comment

Comments

@mahavrila
Copy link
Collaborator

To consider and discuss:
check_output (in utils.py) allows user to specify reject patterns - if these patterns are present in output of tested command, exception is raised - our test Fails. Currently only a few of our tests have any reject pattern defined. It may be valuable to define "universal reject patterns" - for example "^.+failure". If the presence of "universal reject pattern" should cause Failure of the test or just Warning message would be defined based on future experience.

@mahavrila
Copy link
Collaborator Author

It may also help with logging of suspicious messages from output of tested commands.

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

No branches or pull requests

1 participant