summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/noseplugin.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-27 02:47:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-27 02:47:43 -0400
commit966a21c57244b07421a145770ff9cdd6df0dfc1d (patch)
treef9f2b25cb3a926407e7501182dabfd1c7ad5dce8 /lib/sqlalchemy/testing/plugin/noseplugin.py
parent7a5e99b5b3aa34e1a870e0a153ea4304ff8403d0 (diff)
downloadsqlalchemy-966a21c57244b07421a145770ff9cdd6df0dfc1d.tar.gz
tweaks
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/noseplugin.py')
-rw-r--r--lib/sqlalchemy/testing/plugin/noseplugin.py10
1 files changed, 5 insertions, 5 deletions
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".
"""