mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Remove unused test stubs.
This commit is contained in:
parent
584d94b32b
commit
f075bcf297
46 changed files with 0 additions and 3536 deletions
|
|
@ -31,12 +31,6 @@ class TestScriptDB(TestCase):
|
|||
self.scr.delete()
|
||||
self.scr.delete()
|
||||
|
||||
#@unittest.skip("not implemented")
|
||||
#def test___init__fails(self): # Users should be told not to do this
|
||||
# - No they should not; ScriptDB() is required internally. /Griatch
|
||||
# with self.assertRaises(Exception):
|
||||
# ScriptDB()
|
||||
|
||||
def test_deleted_script_fails_start(self):
|
||||
"Would it ever be necessary to start a deleted script?"
|
||||
self.scr.delete()
|
||||
|
|
@ -49,7 +43,3 @@ class TestScriptDB(TestCase):
|
|||
"Can deleted scripts be said to be valid?"
|
||||
self.scr.delete()
|
||||
self.assertFalse(self.scr.is_valid()) # assertRaises? See issue #509
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue