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

Setup testing infrastructure #19

Open
sjsrey opened this issue Feb 22, 2017 · 3 comments
Open

Setup testing infrastructure #19

sjsrey opened this issue Feb 22, 2017 · 3 comments
Assignees

Comments

@sjsrey
Copy link
Member

sjsrey commented Feb 22, 2017

Use travis for testing on changes to the atoms/content

Set up nightly testing to capture bugs induced by library version bumps

@sjsrey sjsrey self-assigned this Feb 22, 2017
@sjsrey
Copy link
Member Author

sjsrey commented Feb 22, 2017

Look into automated testing of notebooks following this logic

and nbconvert approach

@sjsrey
Copy link
Member Author

sjsrey commented Feb 22, 2017

Testing locally, example

jupyter nbconvert --to=html --ExecutePreprocessor.enabled=True choropleth_classification.ipynb

Should generate:

[NbConvertApp] Converting notebook choropleth_classification.ipynb to html
[NbConvertApp] Executing notebook with kernel: python2
[NbConvertApp] Writing 453224 bytes to choropleth_classification.html

@sjsrey
Copy link
Member Author

sjsrey commented Feb 22, 2017

Working example of local tests here.

  • Need to move into travis for automated testing
  • recurse through all atoms directories to collect tests

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

1 participant