Move depletion tests into normal regression/unit test directories

This commit is contained in:
Paul Romano 2018-02-09 15:42:00 -06:00
parent 0a772252cc
commit 8549f22e14
14 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import openmc.deplete
from openmc.deplete import results
from openmc.deplete import utilities
from . import dummy_geometry
from tests import dummy_geometry
class TestCECMRegression(unittest.TestCase):

View file

@ -8,7 +8,7 @@ import openmc.deplete
from openmc.deplete import results
from openmc.deplete import utilities
from . import dummy_geometry
from tests import dummy_geometry
class TestPredictorRegression(unittest.TestCase):
""" Regression tests for opendeplete.integrator.predictor algorithm.