예제 #1
0
파일: tests.py 프로젝트: phantummm/evennia
 def test_sessions(self):
     self.call(player.CmdSessions(),
               "",
               "Your current session(s):",
               caller=self.player)
예제 #2
0
 def at_cmdset_creation(self):
     "Populate the cmdset"
     self.add(player.CmdSessions())