PyUnit/__init__.py

Fri, 11 Nov 2016 18:40:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 11 Nov 2016 18:40:37 +0100
changeset 5313
fd7d8c470dc6
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
permissions
-rw-r--r--

Updated code style checker docu.

# -*- coding: utf-8 -*-

# Copyright (c) 2002 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing an interface to the pyunit unittest package.

The package consist of a single dialog, which may be called as a
standalone version using the eric6_unittest script or from within the eric6
IDE. If it is called from within eric6, it has the additional function to
open a source file that failed a test.
"""

eric ide

mercurial