Undefined data should not override instance methods (#49)

This commit is contained in:
Ross Lawley
2013-01-25 11:28:20 +00:00
parent 83da08ef7d
commit 621b2b3f72
6 changed files with 230 additions and 186 deletions

View File

@@ -9,6 +9,7 @@ from indexes import *
from inheritance import *
from instance import *
from json_serialisation import *
from validation import *
if __name__ == '__main__':
unittest.main()