pykd/test/scripts/dbgcmd.py

11 lines
184 B
Python
Raw Normal View History

import unittest
import target
import pykd
class DbgcmdTest( unittest.TestCase ):
def testDbgCommand( self ):
self.assertNotEqual( "", pykd.dbgCommand("lm") )