summaryrefslogtreecommitdiff
path: root/tests/test_dbgp_api.py
AgeCommit message (Expand)Author
2018-08-02Move test-setup file to __init__.pyLucas Hoffmann
2018-03-03patch connection.ConnectionHandler while testing dbgp instead of patching the...BlackEagle
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-21Using unittest2 instead of unittest for Python 2.6 compatJonathan Cairns
2012-12-21Packaged tests for running as a suiteJonathan Cairns
2012-12-19Fixed test due to missing XML namespaceJon Cairns
2012-08-30Fixed broken Api class testJon Cairns
2012-08-10Fixed broken tests after refactoringJon Cairns
2012-07-30Moved dbgp to one fileJon Cairns
2012-06-11Renamed dbgp.interface to dbgp.apiJon Cairns