Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling

This commit is contained in:
Jason Gerard DeRose
2009-12-17 23:57:39 -07:00
committed by Rob Crittenden
parent bf9d4c5984
commit ab1aba5a9a
7 changed files with 106 additions and 32 deletions

View File

@@ -158,7 +158,7 @@ class test_update(object):
def test_6_update_1(self):
"""
Test the updater removing a non-existant value from a multi-valued attribute
Test the updater removing a non-existent value from a multi-valued attribute
"""
modified = self.updater.update([self.testdir + "6_update.update"])
assert(modified == False)