Last change
on this file since 100 was 100, checked in by ruud, 19 months ago |
python installs also wheel to avoid error messages
|
File size:
319 bytes
|
Line | |
---|
1 | import unittest
|
---|
2 |
|
---|
3 | from geniusweb.profileconnection.FileProfileConnector import FileProfileConnector
|
---|
4 |
|
---|
5 |
|
---|
6 | class 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.