-
- Downloads
Propagate Warnings and Test (#10)
* moves isd creation into correct py class * Adds exception handling to RasterGM. * CMake fix to find conda install so for csm. * Adds warning list that CSM returns * Catches CSM Warnings (and propagates as errors) * Updates tests to use a mocked CSM obj (fixture) * updates the build to run tests using the mocked fixture * Updates to warn * Updates after testing on linux, namespace issues fixed * Updates to travis for future extension for multiple lang * Updates to travis for future extension for multiple lang * Missed $ * Updates to travis * Missed -y in conda env creation * Removes extra -y in env update * Missing pytest dep. * Adds missing csmapi dependency * Adds gcc * Trying to force compiler * Adds gcc7 to linux * Adds proper gxx install * Compiler issues still * Changes env to base * Python issues with the env * Ugghh: * Ugghh * Removes extra python installation * Removes csmapi from env * csmapi installation * missed a dir change * Trying to fix gcc issues * Working to get the conda build fixed * Trying to get build working
Showing
- .travis.yml 50 additions, 19 deletions.travis.yml
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- environment.yml 10 additions, 0 deletionsenvironment.yml
- fixture/CMakeLists.txt 16 additions, 0 deletionsfixture/CMakeLists.txt
- fixture/model.cpp 485 additions, 0 deletionsfixture/model.cpp
- fixture/model.h 203 additions, 0 deletionsfixture/model.h
- fixture/plugin.cpp 161 additions, 0 deletionsfixture/plugin.cpp
- fixture/plugin.h 58 additions, 0 deletionsfixture/plugin.h
- python/CMakeLists.txt 11 additions, 4 deletionspython/CMakeLists.txt
- python/tests/conftest.py 11 additions, 0 deletionspython/tests/conftest.py
- python/tests/test_functional.py 36 additions, 0 deletionspython/tests/test_functional.py
- python/tests/test_functional/isd.json 0 additions, 0 deletionspython/tests/test_functional/isd.json
- python/tests/test_functional/simpleFramerISD.json 0 additions, 0 deletionspython/tests/test_functional/simpleFramerISD.json
- python/tests/test_model.py 62 additions, 0 deletionspython/tests/test_model.py
- python/tests/test_plugin.py 29 additions, 0 deletionspython/tests/test_plugin.py
- rastergm.i 3 additions, 3 deletionsrastergm.i
- recipe/build.sh 2 additions, 1 deletionrecipe/build.sh
- recipe/meta.yaml 1 addition, 1 deletionrecipe/meta.yaml
- tests/test_plugin.py 0 additions, 35 deletionstests/test_plugin.py
- warning.i 4 additions, 1 deletionwarning.i
Loading
Please register or sign in to comment