Shodhan

Results 4 issues of Shodhan

In the driver specific files (`/exscript/Exscript/protocols/drivers`) we see three similar methods: `check_head_for_os` `check_protocol_for_os` `check_response_for_os` Each of these accept a string and upon a successful match, a confidence value is set....

When `pytest` is run with `--showlocals` switch, we can see the variables printed whenever the `assert` statement fails. But when using any `check` methods, they are not printed. Am I...

enhancement
help wanted

Would you mind having a cli switch that allows us to NOT skip the test if the parent tests are marked as `skip` or `xfail`? I am building a framework...

Can we have a flag that can allow us to prettify the curl command? This helps in sharing the curl command with others in a readable way, especially when the...