OpenMC/tests
Andrew Johnson 0bc7800a92
Move openmc.deplete.integrator into openmc.deplete
Much of the previous API is intact, with the major change
being CRAM functions are imported from openmc.deplete.cram
in the test_deplete_cram.

The integrator abstract classes are placed in
openmc/deplete/abc.py with all concrete classes going in to
openmc/deplete/integrators.py

Documentation updated accordingly
2019-08-07 11:04:37 -05:00
..
regression_tests Merge branch 'develop' into integrator-class 2019-07-30 15:58:49 -05:00
unit_tests Move openmc.deplete.integrator into openmc.deplete 2019-08-07 11:04:37 -05:00
__init__.py Fix bug with clearing k_generation and entropy 2018-02-08 14:32:28 -06:00
chain_simple.xml Move simple chains into tests directory 2018-02-21 10:50:18 -06:00
conftest.py Fix file locations for depletion tests. Convert regression ones to pytest 2018-02-13 15:08:05 -06:00
dummy_operator.py Add TransportOperator.write_bos_data abstract method 2019-08-06 17:36:22 -05:00
readme.rst Update documentation relating to test suite 2018-02-05 07:35:48 -06:00
testing_harness.py Make CMFD tests work with glibc 2.27 and 2.28 2019-04-05 14:51:10 -05:00

See docs/source/devguide/tests.rst for information on the OpenMC test suite.