diff options
Diffstat (limited to 'lib/sqlalchemy/testing/plugin')
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/noseplugin.py | 10 |
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". """ |
