-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue 499 bdd feature files #513
base: release/2.1.3
Are you sure you want to change the base?
Conversation
Removes a test warning, improves twisted's ability to verify certificates.
No longer needed because it has been merged into the core.
Track a change to proxy handling in Autobahn / twisted for #477. There's probably a more elegant way, but this works for now... Lacking a test, but have verified it locally.
We don't need the HTTPProxyConfig object at all anymore, just a `dict` will do.
Remove requirement for pytest-capturelog. Merging now ahead of future work to convert to Python3.
User relative links to templates
Closes #490. Calling fixtures directly is deprecated, this solution described at https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly seems to work, creating a named fixture rather than defining the "then" step as a fixture directly.
Temporarily fixes #496, prior to addressing the problem properly anyway.
Temporarily fixes #496, prior to addressing the problem properly anyway.
Don't call fixtures directly. Closes #490, enables other work by creating an environment in which builds pass.
This test seems to make some assumptions about the code and how it computes padding values that are not true. We should look at that!
Currently two tests are skipped in This leaves the |
Add test steps to run feature files that were not previously run; closes #499.