This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author purcell
Recipients
Date 2001-05-14.01:02:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21477

This method is helpful for *some* test environments, but as
the docs mention, 'unittest.py' aims to provide only
functionality common to all testing environments.

What usually happens is that each project has its own
'BaseTestCase' class that provides site-specific add-ons
(such as 'getPath()').

I will keep this patch and use it later in documentation to
illustrate the principle of customising a base TestCase
subclass for a specific test environment.
History
Date User Action Args
2007-08-23 15:05:41adminlinkissue423224 messages
2007-08-23 15:05:41admincreate