diff --git a/tests/test_objective_funs.py b/tests/test_objective_funs.py index fccfaae38..7f7cbfac7 100644 --- a/tests/test_objective_funs.py +++ b/tests/test_objective_funs.py @@ -912,6 +912,7 @@ def test(coil, grid=None): test(mixed_coils) test(nested_coils, grid=grid) + @pytest.mark.unit def test_coil_type_error(self): """Tests error when objective is not passed a coil.""" curve = FourierPlanarCurve(r_n=2, basis="rpz") @@ -1102,6 +1103,7 @@ def test( # TODO: add more complex test case with a stellarator and/or MixedCoilSet + @pytest.mark.unit def test_quadratic_flux(self): """Test calculation of quadratic flux on the boundary.""" t_field = ToroidalMagneticField(1, 1)