Age | Commit message (Expand) | Author |
2020-03-20 | update test | guantion |
2018-11-29 | Handled UnicodeDecodeError on invalid string value | Gildas Quéméner |
2018-08-02 | Move test-setup file to __init__.py | Lucas Hoffmann |
2018-08-02 | Fix path in unittest | Lucas Hoffmann |
2018-03-03 | patch connection.ConnectionHandler while testing dbgp instead of patching the... | BlackEagle |
2018-03-03 | move dbgp_connection test to connection test and use ConnectionHandler, the o... | BlackEagle |
2018-02-13 | assert_called_once was introduced in python 3.6 so check for it | BlackEagle |
2018-02-12 | fix unittests, always return byte string in socket mock | BlackEagle |
2017-11-22 | Python3 compatibility | Mark Kimsal |
2017-11-21 | Update deprecated test code | Mark Kimsal |
2017-10-08 | Revert "tests updated" | Ghislain Rodrigues |
2017-10-08 | keep the paths clean of double directory separators | Ghislain Rodrigues |
2017-09-14 | new tests added | Ghislain Rodrigues |
2017-09-14 | tests updated | Ghislain Rodrigues |
2017-06-03 | Use unittest.mock from stdlib in python3 | Lucas Hoffmann |
2017-06-02 | Remove duplicated test for different log levels | Lucas Hoffmann |
2017-06-02 | Add test for vdebug.log.Logger | Lucas Hoffmann |
2017-06-02 | Add test for vdebug.log.FileLogger | Lucas Hoffmann |
2017-06-02 | Add test for vdebug.log.WindowLogger | Lucas Hoffmann |
2017-06-02 | Simplify test setup and remove test runner script | Lucas Hoffmann |
2017-06-02 | Use mock.patch to mock the vim module | Lucas Hoffmann |
2017-05-31 | Fix sys.path in tests | Lucas Hoffmann |
2017-05-28 | Resolve circular includes | Lucas Hoffmann |
2017-05-18 | En- and decode strings used with the base64 module | Lucas Hoffmann |
2017-05-12 | Remove dependency on unittest2 | Lucas Hoffmann |
2017-03-23 | Merge branch 'master' of https://github.com/jpcarzolio/vdebug into jpcarzolio... | BlackEagle |
2017-03-23 | Merge branch 'master' into v2-integration | Ike Devolder |
2016-06-06 | Add failing test for eval'd numeric array keys | Joel Bradshaw |
2015-10-15 | Quote filenames in breakpoint commands | Juan Pablo Carzolio |
2015-09-10 | Add environment test | Jon Cairns |
2015-09-10 | Add code coverage for python tests, add another unit test | Jon Cairns |
2014-01-25 | Fix separators in local/remote FilePath | Bernd Rothert |
2013-08-16 | Fix remote path mapping tests | Jon Cairns |
2013-01-23 | Fix tests for breakpoint, raising exception as in #27 | Jon Cairns |
2012-12-21 | Ignore test incompatible with 2.6 | Jonathan Cairns |
2012-12-21 | Using unittest2 instead of unittest for Python 2.6 compat | Jonathan Cairns |
2012-12-21 | Packaged tests for running as a suite | Jonathan Cairns |
2012-12-20 | Fix for local win paths | Jon Cairns |
2012-12-20 | Attempt two at windows paths | Jon Cairns |
2012-12-20 | Fixed bug with backslashed windows paths | Jon Cairns |
2012-12-19 | Fixed test due to missing XML namespace | Jon Cairns |
2012-11-07 | Add multiple file path maps ability | Samer Atiani |
2012-08-30 | Fixed broken Api class test | Jon Cairns |
2012-08-13 | Fixed breakpoint tests | Jon Cairns |
2012-08-10 | Fixed broken tests after refactoring | Jon Cairns |
2012-08-10 | Refactored for remote and local file paths | Jon Cairns |
2012-08-06 | Debugging for python working | Jon Cairns |
2012-08-03 | Added test for context property | Jon Cairns |
2012-07-31 | Started on watch window and context_get | Jon Cairns |
2012-07-31 | Lots of breakpoint tests added | Jon Cairns |