-
Notifications
You must be signed in to change notification settings - Fork 2
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.
- CCPi-Regularisation-Toolkit - contains all unit tests in https://github.com/vais-ral/CCPi-Regularisation-Toolkit/tree/master/Wrappers/Python/conda-recipe/run_tests.py called by conda-build
- CCPi-Reconstruction - some pieces of code at https://github.com/vais-ral/CCPi-Reconstruction/tree/master/Wrappers/python/test and some of them unit test not in conda-build
- CCPi-Quantification - some unit tests at https://github.com/vais-ral/CCPi-Quantification/blob/master/Wrappers/Python/test not in conda-build
- CCPI-PreProcessing - some script tests at https://github.com/vais-ral/CCPi-Quantification/blob/master/Wrappers/Python/test not in conda-build
- CIL-Viewer - no tests found
- CCPi-Apps - no tests found
- CCPi-Framework - one unit test at https://github.com/vais-ral/CCPi-Framework/blob/master/Wrappers/Python/test/TestReader.py another set of unit tests at run_tests.py called by conda-build
- CCPi-FrameworkPlugins - no tests found
- CCPi-ML - not meant to be unit tested -
- 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