Skip to content

Commit 17b45d7

Browse files
stephane-caronStéphane Caron
authored andcommitted
WIP: Run only RoboMeshCat tests
1 parent bacc52a commit 17b45d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ commands =
3030
pylint robot_descriptions --exit-zero --rcfile={toxinidir}/tox.ini
3131
mypy robot_descriptions --ignore-missing-imports
3232
coverage erase
33-
coverage run -m unittest discover
33+
coverage run -m unittest tests.test_robomeshcat
3434
coverage report --include="robot_descriptions/*"
3535

3636
[flake8]

0 commit comments

Comments
 (0)