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 testing #5

Open
shlomihod opened this issue Mar 11, 2019 · 2 comments
Open

Add testing #5

shlomihod opened this issue Mar 11, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@shlomihod
Copy link
Member

No description provided.

@shlomihod shlomihod added the enhancement New feature or request label Mar 11, 2019
@PeterDrake
Copy link

Thanks for creating this wonderful tool!

Testing would be a wonderful addition; an alternative would be allowing multiple correct answers. Currently, if the correct answer is

def f():
  a = 1
  b = 2
  return a / b

then the valid answer

def f():
  b = 2
  a = 1
  return a / b

would be rejected.

@shlomihod
Copy link
Member Author

Thank you for your feedback!

This repo is based on the js-parsons package that brings this functionality, and unfortunately, it is not possible there. Probably it's worth to how they are handling this case: https://js-parsons.github.io/

I hope to be able to change it to the parsons package from the Runestone project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants