Commit graph

11 commits

Author SHA1 Message Date
Paul Romano
5c63e0df21
Fix a few warnings, rename add_to_tallies_file (#3639) 2025-11-18 17:57:12 -06:00
Adam Nelson
a83e7fa0b7 Reduced number of tested MGXS types in mgxs_library_no_nuclides and mgxs_library_nuclides in an effort to test the intended Python code but not over-do Travis' effort 2020-10-30 07:56:50 -05:00
Adam Nelson
d2c00b4f1b Added tests and fixed code accordingly 2020-10-22 14:13:32 -05:00
Miriam (Rathbun) Kreher
b83558e631
Update test mgxs_library_nuclides
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-08-15 22:25:19 -06:00
Miriam
8def35f300 Made explicit loop to exclude current from certain mgxs tests
Previously used MGXS_TYPES[:-1] but to be explicit, I instead looped over all MGXS_TYPES and excluded current.
These tests cannot run with current because:
-distribcell is not a valid domain for current
-nuclide/no_nuclides option is not relevant for current
2020-08-07 20:05:27 +00:00
Miriam
2e706e5088 Updated certain tests to circumvent current MGXS when calling all MGXS_TYPES
These tests had to skip 'current' because current operates only with a mesh domain.
However, these tests impose a material domain. Therefore, they should not be run with current.
2020-07-17 03:37:59 +00:00
Paul Romano
b7c63be018 Use super() in Python classes in tests package 2018-02-06 13:14:17 -05:00
Paul Romano
740f03fce1 Use single package-level fixture for regression tests 2018-02-05 07:35:19 -06:00
Paul Romano
73947ad7de Reset IDs for tests that instantiate models directly 2018-02-05 07:35:19 -06:00
Paul Romano
98d5496102 Ability to run regression tests using pytest 2018-02-05 07:35:19 -06:00
Paul Romano
c3af1c915b Move regression tests into separate directory 2018-02-05 07:35:19 -06:00
Renamed from tests/test_mgxs_library_nuclides/test_mgxs_library_nuclides.py (Browse further)