mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Made unittests validate again.
This commit is contained in:
parent
93d9545819
commit
033552cd04
2 changed files with 3 additions and 2 deletions
|
|
@ -78,6 +78,7 @@ class CommandTest(TestCase):
|
|||
CID = 0 # we must set a different CID in every test to avoid unique-name collisions creating the objects
|
||||
def setUp(self):
|
||||
"sets up testing environment"
|
||||
settings.DEFAULT_HOME = "#2"
|
||||
#print "creating player %i: %s" % (self.CID, self.__class__.__name__)
|
||||
self.player = create.create_player("TestPlayer%i" % self.CID, "test@test.com", "testpassword", typeclass=TestPlayerClass)
|
||||
self.player2 = create.create_player("TestPlayer%ib" % self.CID, "test@test.com", "testpassword", typeclass=TestPlayerClass)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue