source:
exampleparties/stupidparty/test/PartyTest.py@
66
Last change on this file since 66 was 59, checked in by , 3 years ago | |
---|---|
File size: 222 bytes |
Rev | Line | |
---|---|---|
[59] | 1 | import unittest |
2 | from geniusweb.party.Party import Party | |
3 | ||
4 | ||
5 | class PartyTest(unittest.TestCase): | |
6 | def testPartyDefined(self): | |
7 | import party | |
8 | clas=party.party() | |
9 | self.assertTrue(issubclass(clas, Party)) |
Note:
See TracBrowser
for help on using the repository browser.