summaryrefslogtreecommitdiff
path: root/tests/test_dbgp_response.py
AgeCommit message (Expand)Author
2018-08-02Move test-setup file to __init__.pyLucas Hoffmann
2017-11-21Update deprecated test codeMark Kimsal
2017-06-03Use unittest.mock from stdlib in python3Lucas Hoffmann
2017-06-02Simplify test setup and remove test runner scriptLucas Hoffmann
2017-05-31Fix sys.path in testsLucas Hoffmann
2017-05-12Remove dependency on unittest2Lucas Hoffmann
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-08-10Fixed broken tests after refactoringJon Cairns
2012-08-03Added test for context propertyJon Cairns
2012-07-31Started on watch window and context_getJon Cairns
2012-07-31Added tests for breakpointsJon Cairns
2012-07-30Moved dbgp to one fileJon Cairns
2012-06-08Restructured according to good python package conventionsJon Cairns
2012-06-07Protocol command returns a Response objectJon Cairns