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 docs for Jupyter NB test suite #653

Merged
merged 3 commits into from
Jan 6, 2017
Merged

Add docs for Jupyter NB test suite #653

merged 3 commits into from
Jan 6, 2017

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Jan 6, 2017

follow-up on #549

The pipeline for Jupyter NB tests is anything but trivial, so might as well 📚 it!

@theengineear @Kully @cldougl

class PlotlyJupyterTestDeps(TestCase):

def test_node_modules(self):
self.assertTrue(path.isdir(PATH_NODE_MODULES))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theengineear this test will fail when someone forgets to npm install before running these tests. It should make debugging a little easier.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice! yah, that's a simple first-pass catch for sure.

@theengineear
Copy link
Contributor

^^ damn, that image server test still failed, rebuilding for now... I need to get to the bottom of that one.

@theengineear
Copy link
Contributor

💃 👯 💃

@etpinard etpinard merged commit 3df1290 into master Jan 6, 2017
@etpinard etpinard deleted the jupyter-test-docs branch January 6, 2017 21:59
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.

2 participants