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

test_connection: stop using internal Twisted attributes #34

Closed
wants to merge 1 commit into from

Conversation

warner
Copy link
Owner

@warner warner commented Jan 12, 2017

This test was checking private attributes of HostnameEndpoint. These were
renamed on Twisted trunk sometime after Twisted-16.6.0, so they'll break the
Foolscap tests once the next Twisted release comes out (probably 17.0.0).

This fixes the tests to use a less fragile approach.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0604a4a on new-twisted into ** on master**.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.813% when pulling 0abdcbd on new-twisted into 9b70f4b on master.

This test was checking private attributes of HostnameEndpoint. These were
renamed on Twisted trunk sometime after Twisted-16.6.0, so they'll break the
Foolscap tests once the next Twisted release comes out (probably 17.0.0).

This fixes the tests to use a less fragile approach.
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

Successfully merging this pull request may close these issues.

None yet

2 participants