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

ok should list all valid tests, perhaps when edit distance is too large #4

Closed
brianhou opened this issue Jan 24, 2015 · 1 comment
Closed

Comments

@brianhou
Copy link
Contributor

I think we should be more clear what problems ok is able to test. Using Homework 1 as an example, it is not clear that there are no tests for if_function.

Interestingly, running python3 ok -q if_function actually runs the tests for hailstone. I do think that running python3 ok -q hailston and running hailstone is nice, so maybe we should introduce some maximum edit distance we are willing to run a test for. Typing the entire function name out (as opposed to q1) is a bit inconvenient though, so I think somehow mapping q1 to a list of functions to run doctests for would be preferable.

@soumyabasu
Copy link
Contributor

Resolved by 6c9783c

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

No branches or pull requests

2 participants