12 lines
173 B
Python
12 lines
173 B
Python
'''
|
|
@author: sylvain
|
|
'''
|
|
import unittest
|
|
|
|
class X224Case(unittest.TestCase):
|
|
'''
|
|
test case for x224 layer (RDP)
|
|
'''
|
|
def test_x224_client(self):
|
|
pass
|