DebugClients/Python3/__init__.py@a94b0a2fafd7
DebugClients/Python3/__init__.py
Sun, 03 Jul 2011 18:01:53 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 03 Jul 2011 18:01:53 +0200
- changeset 1166
- a94b0a2fafd7
- parent 791
-
9ec2ac20e54e
- child 1509
-
c0b5e693b0eb
- permissions
- -rw-r--r--
Extended the unit test interface to support skipped tests, expected failures and unexpected successes and to better cope with Python2 scripts when run from the eric IDE.
# -*- coding: utf-8 -*-
# Copyright (c) 2009 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python3 debugger
It consists of different kinds of debug clients.
"""