Skip to content

CCPi 5 Unit Testing

Tomas Kulhanek edited this page Dec 18, 2018 · 1 revision

Analysis of existing tests and unit tests and recommendation and design of unit tests in other components and other recommendation.

Current tests

Recommendation

  • keep/move multiple unit test file into /test directory,
  • call unit tests from run_tests.py,
  • automate/include tests in conda-build process - run_tests.py in recipe directory
  • preprocessing -create new run_tests, from existing demo code
  • quantification - create run_tests, call existing tests from it
  • reconstruction - create run_tests, call existing tests from it

Clone this wiki locally