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

More clearly describe the behavior of constant_time.bytes_eq #563

Merged
merged 2 commits into from
Feb 5, 2014

Conversation

alex
Copy link
Member

@alex alex commented Feb 5, 2014

No description provided.

@alex alex added this to the Second Release milestone Feb 5, 2014
@jenkins-cryptography
Copy link

Test PASSed.
Refer to this link for build results: http://jenkins.cryptography.io/job/cryptography-pr-experimental/594/

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling ae9451f on alex:better-constant-time-docs into 3eb7a9e on pyca:master.

@jenkins-cryptography
Copy link

Test PASSed.
Refer to this link for build results: http://jenkins.cryptography.io/job/cryptography-pr-experimental/596/

@coveralls
Copy link

Coverage Status

Coverage decreased (-4.62%) when pulling e6c41b0 on alex:better-constant-time-docs into 3eb7a9e on pyca:master.

reaperhulk added a commit that referenced this pull request Feb 5, 2014
More clearly describe the behavior of constant_time.bytes_eq
@reaperhulk reaperhulk merged commit 48ef0c1 into pyca:master Feb 5, 2014
@alex alex deleted the better-constant-time-docs branch February 5, 2014 02:04
joerichter-stash pushed a commit to kiwigrid/cryptography that referenced this pull request Nov 15, 2017
Fix up the assert helpers, subclass form `object` rather than test case,
and use parametrization where appropriate.

One helper method on the original `TestCase` was the ability to create
temporary directories that were cleaned up at the end of the test --
now we use a pytest fixture instead: http://doc.pytest.org/en/latest/tmpdir.html

Addresses pyca#340.
joerichter-stash pushed a commit to kiwigrid/cryptography that referenced this pull request Nov 15, 2017
* Convert ServerNameCallbackTests to use pytest-style tests

As well as pytest-ifying up the tests, remove a few redundant tests
and tidy up docstrings as per feedback in pyca#563.

Addresses pyca#340.

* Remove a stray ':py:obj:' in test docstring

* Remove _LoopbackMixin from TestServerNameCallback

Per @hynek feedback.  This test class only depended on one method,
which can be broken out as a separate function anyway -- I'll
gradually disassemble the loopback as I pytest-ify other tests.

* Re-wrap a few comments
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

4 participants