Add tests

This commit is contained in:
citronneur
2014-09-09 21:24:30 +02:00
parent 5092f579f7
commit f9d6cf145b
3 changed files with 12 additions and 5 deletions

11
tests/x224.py Normal file
View File

@@ -0,0 +1,11 @@
'''
@author: sylvain
'''
import unittest
class X224Case(unittest.TestCase):
'''
test case for x224 layer (RDP)
'''
def test_x224_client(self):
pass