summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-03-20update testguantion
2018-11-29Handled UnicodeDecodeError on invalid string valueGildas Quéméner
2018-08-02Move test-setup file to __init__.pyLucas Hoffmann
2018-08-02Fix path in unittestLucas Hoffmann
2018-03-03patch connection.ConnectionHandler while testing dbgp instead of patching the...BlackEagle
2018-03-03move dbgp_connection test to connection test and use ConnectionHandler, the o...BlackEagle
2018-02-13assert_called_once was introduced in python 3.6 so check for itBlackEagle
2018-02-12fix unittests, always return byte string in socket mockBlackEagle
2017-11-22Python3 compatibilityMark Kimsal
2017-11-21Update deprecated test codeMark Kimsal
2017-10-08Revert "tests updated"Ghislain Rodrigues
2017-10-08keep the paths clean of double directory separatorsGhislain Rodrigues
2017-09-14new tests addedGhislain Rodrigues
2017-09-14tests updatedGhislain Rodrigues
2017-06-03Use unittest.mock from stdlib in python3Lucas Hoffmann
2017-06-02Remove duplicated test for different log levelsLucas Hoffmann
2017-06-02Add test for vdebug.log.LoggerLucas Hoffmann
2017-06-02Add test for vdebug.log.FileLoggerLucas Hoffmann
2017-06-02Add test for vdebug.log.WindowLoggerLucas Hoffmann
2017-06-02Simplify test setup and remove test runner scriptLucas Hoffmann
2017-06-02Use mock.patch to mock the vim moduleLucas Hoffmann
2017-05-31Fix sys.path in testsLucas Hoffmann
2017-05-28Resolve circular includesLucas Hoffmann
2017-05-18En- and decode strings used with the base64 moduleLucas Hoffmann
2017-05-12Remove dependency on unittest2Lucas Hoffmann
2017-03-23Merge branch 'master' of https://github.com/jpcarzolio/vdebug into jpcarzolio...BlackEagle
2017-03-23Merge branch 'master' into v2-integrationIke Devolder
2016-06-06Add failing test for eval'd numeric array keysJoel Bradshaw
2015-10-15Quote filenames in breakpoint commandsJuan Pablo Carzolio
2015-09-10Add environment testJon Cairns
2015-09-10Add code coverage for python tests, add another unit testJon Cairns
2014-01-25Fix separators in local/remote FilePathBernd Rothert
2013-08-16Fix remote path mapping testsJon Cairns
2013-01-23Fix tests for breakpoint, raising exception as in #27Jon Cairns
2012-12-21Ignore test incompatible with 2.6Jonathan Cairns
2012-12-21Using unittest2 instead of unittest for Python 2.6 compatJonathan Cairns
2012-12-21Packaged tests for running as a suiteJonathan Cairns
2012-12-20Fix for local win pathsJon Cairns
2012-12-20Attempt two at windows pathsJon Cairns
2012-12-20Fixed bug with backslashed windows pathsJon Cairns
2012-12-19Fixed test due to missing XML namespaceJon Cairns
2012-11-07Add multiple file path maps abilitySamer Atiani
2012-08-30Fixed broken Api class testJon Cairns
2012-08-13Fixed breakpoint testsJon Cairns
2012-08-10Fixed broken tests after refactoringJon Cairns
2012-08-10Refactored for remote and local file pathsJon Cairns
2012-08-06Debugging for python workingJon Cairns
2012-08-03Added test for context propertyJon Cairns
2012-07-31Started on watch window and context_getJon Cairns
2012-07-31Lots of breakpoint tests addedJon Cairns