source:
geniuswebcore/test/geniusweb/party/PartyTest.py@
81
Last change on this file since 81 was 81, checked in by , 3 years ago | |
---|---|
File size: 186 bytes |
Rev | Line | |
---|---|---|
[81] | 1 | import unittest |
2 | from geniusweb.party.Party import Party | |
3 | ||
4 | ||
5 | class PartyTest(unittest.TestCase): | |
6 | def testSmoke(self): | |
7 | clas=Party # check if we can load the module. |
Note:
See TracBrowser
for help on using the repository browser.