You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely the easiest option is to make a Python file in the directory called test.py or something and then replace the ### edTest(test_foo) ### with a call to test.foo(vars).
Pros
Fairly minimal editing since we already have test functions. Would really just need to change the notebooks themselves and make sure the tests do assertions rather than returning JSON.
Cons
Works well for Binder or local development, but not for Colab. Would we include the tests in the data download files?
Not really sure what to do here since
nbgrader
might be too difficult to set up for students to run.The text was updated successfully, but these errors were encountered: