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 2480d7e commit 33a5d1dCopy full SHA for 33a5d1d
examples/demo_actor/README.md
@@ -200,7 +200,7 @@ timeout_seconds: 60
200
201
```bash
202
cd demo_actor
203
- unittest test_demo_actor.py
+ python -m unittest test_demo_actor.py
204
```
205
206
Expected output (note that the unit test print outputs might not necessarily be in this order - what really matters is that all tests pass anyway):
0 commit comments