-
- Downloads
Basic Mro Load Test (#260)
* Initial stab at a unitest class based mro test suit * Adds data area for MRO * Updated platform name on mro for consistency * Update mro tests * Updated data naif tests * Updated sun_position test after light time correction update * Reverted the data_naif tests * Updated MRO testing * Update to master of data_naif tests * Added stderr output to convert_kernels * Print statement * stderr print statement * Subprocess try except * Added text=True * Removed assert false * Simplified load * made mro tests verbose * More changes * More conftest changes * Removed changes to conftest * Loading kernels in fixture again * Added prints and removed fixture furnish * Added back in mro loads test * Changed fixture scope to module * Added path truncation through a relative path * Bits of cleanup for conftest and the mro tests * Added verbose in travis file * Added check for list type * Final clean up for the mro tests and conftest * Cleaned up imports and added full diff to travis
Showing
- .travis.yml 1 addition, 1 deletion.travis.yml
- ale/drivers/__init__.py 2 additions, 2 deletionsale/drivers/__init__.py
- ale/drivers/mro_drivers.py 12 additions, 1 deletionale/drivers/mro_drivers.py
- tests/pytests/conftest.py 8 additions, 2 deletionstests/pytests/conftest.py
- tests/pytests/data/B10_013341_1010_XN_79S172W/B10_013341_1010_XN_79S172W.xsp 1227 additions, 0 deletions...B10_013341_1010_XN_79S172W/B10_013341_1010_XN_79S172W.xsp
- tests/pytests/data/B10_013341_1010_XN_79S172W/B10_013341_1010_XN_79S172W_isis3.lbl 371 additions, 0 deletions...3341_1010_XN_79S172W/B10_013341_1010_XN_79S172W_isis3.lbl
- tests/pytests/data/B10_013341_1010_XN_79S172W/B10_013341_1010_XN_79S172W_pds3.lbl 45 additions, 0 deletions...13341_1010_XN_79S172W/B10_013341_1010_XN_79S172W_pds3.lbl
- tests/pytests/data/B10_013341_1010_XN_79S172W/mro_ctx_v10.ti 386 additions, 0 deletionstests/pytests/data/B10_013341_1010_XN_79S172W/mro_ctx_v10.ti
- tests/pytests/data/B10_013341_1010_XN_79S172W/mro_ctx_v11.ti 491 additions, 0 deletionstests/pytests/data/B10_013341_1010_XN_79S172W/mro_ctx_v11.ti
- tests/pytests/data/B10_013341_1010_XN_79S172W/mro_sc_psp_090526_090601_sliced-74000.cmt 3 additions, 0 deletions...1010_XN_79S172W/mro_sc_psp_090526_090601_sliced-74000.cmt
- tests/pytests/data/B10_013341_1010_XN_79S172W/mro_sc_psp_090526_090601_sliced-74000.xc 56876 additions, 0 deletions..._1010_XN_79S172W/mro_sc_psp_090526_090601_sliced-74000.xc
- tests/pytests/data/B10_013341_1010_XN_79S172W/mro_sclkscet_00082_65536.tsc 523 additions, 0 deletions...a/B10_013341_1010_XN_79S172W/mro_sclkscet_00082_65536.tsc
- tests/pytests/data/B10_013341_1010_XN_79S172W/mro_v15.tf 2853 additions, 0 deletionstests/pytests/data/B10_013341_1010_XN_79S172W/mro_v15.tf
- tests/pytests/data/B10_013341_1010_XN_79S172W/naif0012.tls 152 additions, 0 deletionstests/pytests/data/B10_013341_1010_XN_79S172W/naif0012.tls
- tests/pytests/data/B10_013341_1010_XN_79S172W/pck00008.tpc 3415 additions, 0 deletionstests/pytests/data/B10_013341_1010_XN_79S172W/pck00008.tpc
- tests/pytests/test_mro_drivers.py 222 additions, 63 deletionstests/pytests/test_mro_drivers.py
Loading
Please register or sign in to comment