mcx icon indicating copy to clipboard operation
mcx copied to clipboard

Improve tests

Open rlouf opened this issue 5 years ago • 0 comments

Tests not only allow to make sure the code is working as expected but they can also be used to make sure that the documentation and examples are up to date.

  • [ ] Test the code examples in the doc
  • [ ] Test the code in docstrings
  • [ ] Run examples and notebooks to make sure they still work

Documentation should be quite fast to test so can run with the CI after every push. We might need to do a nightly run for the examples. Not sure how that would work with the data either.

rlouf avatar May 08 '20 17:05 rlouf