update container tests
This commit is contained in:
parent
4086f35f97
commit
72d2cc34ef
1 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,9 @@ class TestContainerCmds(BaseEvenniaCommandTest):
|
||||||
# move it into a non-container object and look at it there too
|
# move it into a non-container object and look at it there too
|
||||||
self.obj1.location = self.obj2
|
self.obj1.location = self.obj2
|
||||||
self.call(CmdContainerLook(), "obj in obj2", "Obj")
|
self.call(CmdContainerLook(), "obj in obj2", "Obj")
|
||||||
|
# make sure normal looking works too
|
||||||
|
self.call(CmdContainerLook(), "obj2", "Obj2")
|
||||||
|
self.call(CmdContainerLook(), "", "Room")
|
||||||
|
|
||||||
def test_get_and_put(self):
|
def test_get_and_put(self):
|
||||||
# get normally
|
# get normally
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue