Refactor utils test suite into utils/tests/
This commit is contained in:
parent
b6649bcef8
commit
70fea693e6
11 changed files with 547 additions and 534 deletions
|
|
@ -429,7 +429,7 @@ class EvForm(object):
|
|||
|
||||
def _test():
|
||||
"test evform. This is used by the unittest system."
|
||||
form = EvForm("evennia.utils.evform_test")
|
||||
form = EvForm("evennia.utils.tests.data.evform_example")
|
||||
|
||||
# add data to each tagged form cell
|
||||
form.map(cells={"AA": "|gTom the Bouncer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue