git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
all restrictions are specific to the current user, slice or authority
[sfa.git]
/
tests
/
testRecord.py
1
import unittest
2
import xmlrpclib
3
from sfa.trust.gid import *
4
from sfa.trust.config import *
5
from sfa.util.record import *
6
7
class TestRecord(unittest.TestCase):
8
def setUp(self):
9
pass
10
11
def testCreate(self):
12
r = GeniRecord()
13
14
if __name__ == "__main__":
15
unittest.main()