Refactor unit-tests

This commit is contained in:
Vincent Jacques
2012-02-22 20:19:10 +00:00
parent b87495734d
commit 48d84d7d23
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import itertools
import ObjectCapacities.ArgumentsChecker as ArgumentsChecker
from ObjectCapacities.Basic import AttributeFromCallable, MethodFromCallable
from ObjectCapacities.List import ListOfObjects, ListOfReferences, ListGetable, ElementCreatable, ElementGetable
from ObjectCapacities.List import ListOfObjects, ListOfReferences, ListGetable, ElementCreatable, ElementGetable, ElementAddable, ElementRemovable, ElementHasable
class BadGithubObjectException( Exception ):
pass