]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update SQLAlchemy README.unittests.rst
authorGord Thompson <gord@gordthompson.com>
Sun, 9 May 2021 13:41:32 +0000 (07:41 -0600)
committerGord Thompson <gord@gordthompson.com>
Sun, 9 May 2021 13:41:32 +0000 (07:41 -0600)
Change-Id: Ic7af61e68a0828401fb6774f9f301d83fad95367

README.unittests.rst

index e7f09dff78f0fbda6ea9b9431a1964ff38ab241c..034dad47ec9f9aef68570474f2eb28babf7bc75b 100644 (file)
@@ -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::