[CalendarServer-changes] [12332] twext/trunk/twext/who/ldap/test/test_service.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:18:53 PDT 2014


Revision: 12332
          http://trac.calendarserver.org//changeset/12332
Author:   wsanchez at apple.com
Date:     2014-01-13 17:26:24 -0800 (Mon, 13 Jan 2014)
Log Message:
-----------


Modified Paths:
--------------
    twext/trunk/twext/who/ldap/test/test_service.py

Modified: twext/trunk/twext/who/ldap/test/test_service.py
===================================================================
--- twext/trunk/twext/who/ldap/test/test_service.py	2014-01-14 00:38:59 UTC (rev 12331)
+++ twext/trunk/twext/who/ldap/test/test_service.py	2014-01-14 01:26:24 UTC (rev 12332)
@@ -84,40 +84,47 @@
 class DirectoryServiceConvenienceTestMixIn(
     BaseDirectoryServiceConvenienceTestMixIn
 ):
-    def _unimplemented(self):
-        raise NotImplementedError()
-
-    _unimplemented.todo = "unimplemented"
-
-
     def test_recordWithUID(self):
-        return BaseDirectoryServiceConvenienceTestMixIn.test_recordWithUID(self)
+        return (
+            BaseDirectoryServiceConvenienceTestMixIn.test_recordWithUID(self)
+        )
 
-    test_recordWithUID.todo = "needs a seed"
+    test_recordWithUID.todo = "needs a seed?"
 
 
     def test_recordWithGUID(self):
-        return BaseDirectoryServiceConvenienceTestMixIn.test_recordWithGUID(self)
+        return (
+            BaseDirectoryServiceConvenienceTestMixIn.test_recordWithGUID(self)
+        )
 
-    test_recordWithGUID.todo = "needs a seed"
+    test_recordWithGUID.todo = "needs a seed?"
 
 
     def test_recordsWithRecordType(self):
-        return BaseDirectoryServiceConvenienceTestMixIn.test_recordsWithRecordType(self)
+        return (
+            BaseDirectoryServiceConvenienceTestMixIn
+            .test_recordsWithRecordType(self)
+        )
 
-    test_recordsWithRecordType.todo = "needs a seed"
+    test_recordsWithRecordType.todo = "needs a seed?"
 
 
     def test_recordWithShortName(self):
-        return BaseDirectoryServiceConvenienceTestMixIn.test_recordWithShortName(self)
+        return (
+            BaseDirectoryServiceConvenienceTestMixIn
+            .test_recordWithShortName(self)
+        )
 
-    test_recordWithShortName.todo = "needs a seed"
+    test_recordWithShortName.todo = "needs a seed?"
 
 
     def test_recordsWithEmailAddress(self):
-        return BaseDirectoryServiceConvenienceTestMixIn.test_recordsWithEmailAddress(self)
+        return (
+            BaseDirectoryServiceConvenienceTestMixIn
+            .test_recordsWithEmailAddress(self)
+        )
 
-    test_recordsWithEmailAddress.todo = "needs a seed"
+    test_recordsWithEmailAddress.todo = "needs a seed?"
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/64626ba4/attachment.html>


More information about the calendarserver-changes mailing list