Introduction
The python istatusupdate example is extracted from the most popular open source projects, you can refer to the following example for usage.
Programming language: Python
Namespace/package name: plonesocialmicrobloginterfaces
Example#1File:
test_statusupdate.pyProject:
buchi/plonesocial.microblog
def test_implements(self):
self.assertTrue(IStatusUpdate.implementedBy(StatusUpdate))
self.assertTrue(verifyClass(IStatusUpdate, StatusUpdate))
Example#2File:
test_statusupdate.pyProject:
avelino/plonesocial.microblog
def test_implements(self):
self.assertTrue(IStatusUpdate.implementedBy(StatusUpdate))