Copy doc tools from develop

This commit is contained in:
Griatch 2020-07-12 20:01:44 +02:00
parent bd65641755
commit 6af2fc6819
127 changed files with 2927 additions and 1427 deletions

View file

@ -22,4 +22,4 @@ script:
This will tell travis how to download Evennia, install it, set up a database and then run the test suite.
You need to add this file to git (`git add .travis.yml`) and then commit your changes before Travis will be able to see it.
For properly testing your game you of course also need to write unittests. [We have a page](Unit-Testing) on how we set those up for Evennia, you should be able to refer to that for making tests fitting your game.
For properly testing your game you of course also need to write unittests. [We have a page](./Unit-Testing) on how we set those up for Evennia, you should be able to refer to that for making tests fitting your game.