~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/PyUnit/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Package implementing an interface to the pyunit unittest package.
8
8
 
9
9
The package consist of a single dialog, which may be called as a 
10
 
standalone version using the qtunittest script or from within the eric3
11
 
IDE. If it is called from within eric3, it has the additional function to
 
10
standalone version using the eric4-unittest script or from within the eric4
 
11
IDE. If it is called from within eric4, it has the additional function to
12
12
open a source file that failed a test.
13
13
"""