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 302aad2 commit 329020cCopy full SHA for 329020c
docs/setup/setup_docker.md
@@ -102,5 +102,5 @@ docker run --net=host --ipc=host --pid=host -e ROS_DOMAIN_ID=$ROS_DOMAIN_ID -it
102
```sh
103
cd /rai
104
source setup_shell.sh
105
-poetry run pytest tests/agents
+poetry run pytest tests/{agents,messages,tools,types}
106
```
0 commit comments