pykd/test/scripts/dbgcmd.py

14 lines
320 B
Python
Raw Normal View History

import unittest
import target
import pykd
class DbgcmdTest( unittest.TestCase ):
def testDbgCommand( self ):
self.assertNotEqual( "", pykd.dbgCommand("lm") )
# def testDbgExt( self ):
# #ext = pykd.loadExt( "ext" )
# #self.assertNotEqual( "", ext.call("help", "") )