12 lines
162 B
Python
12 lines
162 B
Python
'''
|
|
@author: sylvain
|
|
'''
|
|
import unittest
|
|
|
|
class RfbCase(unittest.TestCase):
|
|
'''
|
|
test casefor rfb layer (vnc)
|
|
'''
|
|
def testName(self):
|
|
pass
|