summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-05-09 16:08:34 +0000
committerGerrit Code Review <gerrit@ci3.zzzcomputing.com>2021-05-09 16:08:34 +0000
commitccf1e5a0b1f1b6dcf717b4dcee894f2c61513bc9 (patch)
tree9f2e30495772bd01009e0cf41f27643a7196652f
parent334b83643e6f64eadcdff8b2ab0f072ccc6d3abe (diff)
parent96e8ca71f56010e26ebe5b7bdc72e9336dabee92 (diff)
downloadsqlalchemy-ccf1e5a0b1f1b6dcf717b4dcee894f2c61513bc9.tar.gz
Merge "Update SQLAlchemy README.unittests.rst"
-rw-r--r--README.unittests.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.unittests.rst b/README.unittests.rst
index e7f09dff7..034dad47e 100644
--- a/README.unittests.rst
+++ b/README.unittests.rst
@@ -27,7 +27,7 @@ database::
tox -e py38-sqlite-postgresql
-Or to run just "backend" tests against a MySQL databases::
+Or to run just "backend" tests against a MySQL database::
tox -e py38-mysql-backendonly
@@ -36,7 +36,7 @@ vendor be available at a specific URL. See "Setting Up Databases" below
for details.
The pytest Engine
-==================
+=================
The tox runner is using pytest to invoke the test suite. Within the realm of
pytest, SQLAlchemy itself is adding a large series of option and
@@ -158,7 +158,7 @@ to a hostname/database name combination, not a DSN name.
Several tests require alternate usernames or schemas to be present, which
are used to test dotted-name access scenarios. On some databases such
-as Oracle or Sybase, these are usernames, and others such as PostgreSQL
+as Oracle these are usernames, and others such as PostgreSQL
and MySQL they are schemas. The requirement applies to all backends
except SQLite and Firebird. The names are::