geopyter icon indicating copy to clipboard operation
geopyter copied to clipboard

Setup testing infrastructure

Open sjsrey opened this issue 8 years ago • 3 comments

Use travis for testing on changes to the atoms/content

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

sjsrey avatar Feb 22 '17 10:02 sjsrey

Look into automated testing of notebooks following this logic

and nbconvert approach

sjsrey avatar Feb 22 '17 10:02 sjsrey

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 avatar Feb 22 '17 11:02 sjsrey

Working example of local tests here.

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

sjsrey avatar Feb 22 '17 11:02 sjsrey