-
Notifications
You must be signed in to change notification settings - Fork 22
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 tests for cell/test correspondence, and test skipping #111
Conversation
3c895ed
to
2c8d92c
Compare
Here are the test failures (from the CI logs)... bugsThings that are not really up for discussion... check for confusion by non-code cellsCells+tests out of correspondence after markdown cell:
Cells+tests out of correspondence after raw cell:
Make it clear which cells are testedThings that are up for discussion, but which have been addressed in #112 - an attempt to make it clear which cells are tested and which are not:
Can't test non-code cellsTesting a non-code cell results in failure to generate test script in the first place
Empty code cell results in skipped test
skip test if cell has no test or empty test
skip test if cell not injected into test
|
This PR is not for merging. It demonstrates failing tests on master. These same tests are then fixed in #112.
See first comment below for a summary of the test results.