source: geniuswebcore/test/geniusweb/party/PartyTest.py@ 95

Last change on this file since 95 was 95, checked in by Bart Vastenhouw, 2 years ago

Added java logconverter to add utilities to log results. Fixed
bug in python ProgressTime.

File size: 186 bytes
Line 
1import unittest
2from geniusweb.party.Party import Party
3
4
5class 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.