vimtk._demo.vimmock.tests module

class vimtk._demo.vimmock.tests.TestVimMock(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]
test_init()[source]
test_setup_text()[source]
test_open_file()[source]
test_eval()[source]
_classSetupFailed = False
_class_cleanups = []
class vimtk._demo.vimmock.tests.TestBufferMock(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]
test_getitem()[source]
test_getitem_range()[source]
test_setitem()[source]
test_setitem_range()[source]
test_setup_text()[source]
test_append()[source]
_classSetupFailed = False
_class_cleanups = []
class vimtk._demo.vimmock.tests.TestCurrentMock(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]
test_init()[source]
_classSetupFailed = False
_class_cleanups = []
class vimtk._demo.vimmock.tests.TestPatch(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_patch_vim()[source]
_classSetupFailed = False
_class_cleanups = []