Fix path in rpsystem contrib readme. Try to address unit test build issues for non-sqlite dbs
This commit is contained in:
parent
c37dde248e
commit
28a85368d6
4 changed files with 68 additions and 195 deletions
|
|
@ -263,6 +263,9 @@ class EvenniaTestMixin:
|
|||
self.create_script()
|
||||
self.setup_session()
|
||||
|
||||
@override_settings(
|
||||
PROTOTYPE_MODULES=["evennia.utils.tests.data.prototypes_example"], DEFAULT_HOME="#1"
|
||||
)
|
||||
def tearDown(self):
|
||||
flush_cache()
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue