Skip to content

Commit d0e7252

Browse files
committed
update regression test function names
1 parent 3496790 commit d0e7252

File tree

3 files changed

+3
-3
lines changed
  • tests/regression_tests
    • random_ray_auto_convert_kinetic
    • random_ray_k_eff_kinetic
    • random_ray_k_eff_mesh_kinetic

3 files changed

+3
-3
lines changed

tests/regression_tests/random_ray_auto_convert_kinetic/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _cleanup(self):
3030
("infinite_medium",
3131
"propagation"),
3232
])
33-
def test_random_ray_auto_convert(generation_method, time_method):
33+
def test_random_ray_auto_convert_kinetic(generation_method, time_method):
3434
with change_directory(f'{generation_method}/{time_method}'):
3535
openmc.reset_auto_ids()
3636

tests/regression_tests/random_ray_k_eff_kinetic/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _cleanup(self):
1818

1919
@pytest.mark.parametrize("time_method", ["isotropic",
2020
"propagation"])
21-
def test_random_ray_time_dependent(time_method):
21+
def test_random_ray_basic_kinetic(time_method):
2222
with change_directory(time_method):
2323
openmc.reset_auto_ids()
2424
model = random_ray_pin_cell(kinetic=True)

tests/regression_tests/random_ray_k_eff_mesh_kinetic/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _cleanup(self):
1818

1919
@pytest.mark.parametrize("time_method", ["isotropic",
2020
"propagation"])
21-
def test_random_ray_k_eff_mesh(time_method):
21+
def test_random_ray_k_eff_mesh_kinetic(time_method):
2222
with change_directory(time_method):
2323
model = random_ray_lattice(kinetic=True)
2424
model.settings.timestep_parameters['n_timesteps'] = 5

0 commit comments

Comments
 (0)