We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e30952 commit bcce799Copy full SHA for bcce799
tests/conftest.py
@@ -75,7 +75,7 @@ def get_robot_model_path(robot_name: str) -> str:
75
TEST_CONFIGURATIONS = list(product(VELOCITY_REPRESENTATIONS, ROBOTS))
76
77
78
-@pytest.fixture(scope="session", params=TEST_CONFIGURATIONS, ids=str)
+@pytest.fixture(scope="module", params=TEST_CONFIGURATIONS, ids=str)
79
def tests_setup(request) -> RobotCfg | State:
80
81
velocity_representation, robot_name = request.param
0 commit comments