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

Add code for calculating stable identifiers #13

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

DRMacIver
Copy link
Member

As per #9 one of the things we need for getting the example database working is a way of referencing what "the current test is" to the best of our ability. This is made slightly more problematic by the nature of how we're defining tests and how other people are defining tests - in hypothesis-python it's just the fully qualified name of the test function.

There's pretty much no way to do this other than special casing the test runners AFAICT, and even that isn't straightforward.

This PR also makes explicit that we'll be supporting minitest, though RSpec is definitely the priority.

@DRMacIver DRMacIver merged commit db23fbb into development Feb 6, 2018
@DRMacIver DRMacIver deleted the DRMacIver/stable-identifiers branch February 6, 2018 12:21
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

1 participant