adeutscher / DirectoryTools

0 stars 0 forks source link

Reusing Test Methods #8

Closed adeutscher closed 10 years ago

adeutscher commented 10 years ago

Completing #4 required no changes to anything but the setUp(self) method off of a copy of AD's unit test.

Maintaining multiple copies of identical test methods would be silly, so I will need to make a central test class that each LDAP server's test class will be based off of. Methods that do need to be carried out differently in a particular implementation will override existing methods or be added on.

adeutscher commented 10 years ago

Added centralized location for test methods, and tested with both existing test cases.