Add tests
This commit is contained in:
11
tests/x224.py
Normal file
11
tests/x224.py
Normal 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
|
||||
Reference in New Issue
Block a user