]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
tweaks
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Sep 2012 06:47:43 +0000 (02:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Sep 2012 06:47:43 +0000 (02:47 -0400)
lib/sqlalchemy/testing/plugin/noseplugin.py
lib/sqlalchemy/testing/suite/requirements.py
test/profiles.txt
test/requirements.py

index c9e12c3051deac2f8225ca633590229bdf403639..8411748345111eb14d0cfdd587f0d8036c6a2ac7 100644 (file)
@@ -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".
 
 """
index 5eda39b2b9b08bb3ea628bccb31d8774b8d89d82..3ea72adcd130fb689243395b13b45fefd7a7371b 100644 (file)
@@ -1,3 +1,9 @@
+"""Requirement definitions used by the generic dialect suite.
+
+External dialect test suites should subclass SuiteRequirements
+to provide specific inclusion/exlusions.
+
+"""
 from ..requirements import Requirements
 from .. import exclusions
 
index 5decc3aaa6724475b4b5a68f78efd19c19991642..f7cbbf5227092f0fbaec69f3d8080706c4aca5e4 100644 (file)
@@ -1,4 +1,4 @@
-# /Users/classic/dev/sqlalchemy/./test/lib/profiles.txt
+# /Users/classic/dev/sqlalchemy/./test/profiles.txt
 # This file is written out on a per-environment basis.
 # For each test in aaa_profiling, the corresponding function and
 # environment is located within this file.  If it doesn't exist,
index 04260493514737f9f79a7b32b2773a9ab14d97c4..59350c8e73a9e144fec1692f73851da5feed3119 100644 (file)
@@ -1,7 +1,5 @@
-"""Global database feature support policy.
+"""Requirements specific to SQLAlchemy's own unit tests.
 
-Provides decorators to mark tests requiring specific feature support from the
-target database.
 
 """