mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Doc linking changes
This commit is contained in:
parent
305bbe4d5e
commit
343d630245
14 changed files with 125 additions and 120 deletions
|
|
@ -46,7 +46,7 @@ hitting 0. Death, if it happens, is permanent.
|
|||
|
||||
```{sidebar}
|
||||
A complete version of the rule module is found in
|
||||
[evennia/contrib/tutorials/evadventure/rules.py](evennia.contrib.tutorials.evadventure.rules).
|
||||
[evennia/contrib/tutorials/evadventure/rules.py](../../../api/evennia.contrib.tutorials.evadventure.rules.md).
|
||||
```
|
||||
There are three broad sets of rules for most RPGS:
|
||||
|
||||
|
|
@ -597,7 +597,7 @@ As before, run the specific test with
|
|||
### Mocking and patching
|
||||
|
||||
```{sidebar}
|
||||
In [evennia/contrib/tutorials/evadventure/tests/test_rules.py](evennia.contrib.tutorials.evadventure.tests.test_rules)
|
||||
In [evennia/contrib/tutorials/evadventure/tests/test_rules.py](../../../api/evennia.contrib.tutorials.evadventure.tests.test_rules.md)
|
||||
has a complete example of rule testing.
|
||||
```
|
||||
The `setUp` method is a special method of the testing class. It will be run before every
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue