source: geniuswebcore/test/geniusweb/profileconnection/FileProfileConnectorTest.py@ 81

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

Added python timedependent parties (conceder, hardliner, etc)

File size: 319 bytes
Line 
1import unittest
2
3from geniusweb.profileconnection.FileProfileConnector import FileProfileConnector
4
5
6class FileProfileConnectorTest(unittest.TestCase):
7 def testLoad(self):
8 profint= FileProfileConnector("test/resources/japantrip1.json")
9 self.assertEqual("japantrip1", profint.getProfile().getName())
Note: See TracBrowser for help on using the repository browser.