From 966a21c57244b07421a145770ff9cdd6df0dfc1d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 27 Sep 2012 02:47:43 -0400 Subject: tweaks --- lib/sqlalchemy/testing/plugin/noseplugin.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/sqlalchemy/testing/plugin') diff --git a/lib/sqlalchemy/testing/plugin/noseplugin.py b/lib/sqlalchemy/testing/plugin/noseplugin.py index c9e12c305..841174834 100644 --- a/lib/sqlalchemy/testing/plugin/noseplugin.py +++ b/lib/sqlalchemy/testing/plugin/noseplugin.py @@ -1,11 +1,11 @@ """Enhance nose with extra options and behaviors for running SQLAlchemy tests. -This module is imported relative to the "plugins" package as a top level -package by the sqla_nose.py runner, so that the plugin can be loaded with -the rest of nose including the coverage plugin before any of SQLAlchemy itself -is imported, so that coverage works. +When running ./sqla_nose.py, this module is imported relative to the +"plugins" package as a top level package by the sqla_nose.py runner, +so that the plugin can be loaded with the rest of nose including the coverage +plugin before any of SQLAlchemy itself is imported, so that coverage works. -When third party libraries use this library, it can be imported +When third party libraries use this plugin, it can be imported normally as "from sqlalchemy.testing.plugin import noseplugin". """ -- cgit v1.2.1