Files
rdpy/tests/x224.py
citronneur f9d6cf145b Add tests
2014-09-09 21:24:30 +02:00

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