mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Start documenting evadventure
This commit is contained in:
parent
080db7092c
commit
2a62cc427a
27 changed files with 1164 additions and 77 deletions
|
|
@ -35,7 +35,7 @@ unexpected bug.
|
|||
If you have implemented your own tests for your game you can run them from your game dir
|
||||
with
|
||||
|
||||
evennia test .
|
||||
evennia test --settings settings.py .
|
||||
|
||||
The period (`.`) means to run all tests found in the current directory and all subdirectories. You
|
||||
could also specify, say, `typeclasses` or `world` if you wanted to just run tests in those subdirs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue