summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-07 13:18:58 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-10-08 20:42:50 +0300
commit8c2c464cb8e1b40f90f544295afbf9a83b372eb7 (patch)
tree09a6c0d0f76f77c8de444fd60e0049a203de7966 /lib/sqlalchemy/testing
parente47063bfe0de1318c12a4f9ef67b9538cad34489 (diff)
downloadsqlalchemy-8c2c464cb8e1b40f90f544295afbf9a83b372eb7.tar.gz
spelling: Postgresql -> PostgreSQL
Diffstat (limited to 'lib/sqlalchemy/testing')
-rw-r--r--lib/sqlalchemy/testing/requirements.py4
-rw-r--r--lib/sqlalchemy/testing/suite/test_results.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/testing/requirements.py b/lib/sqlalchemy/testing/requirements.py
index b0f466892..af148a3b9 100644
--- a/lib/sqlalchemy/testing/requirements.py
+++ b/lib/sqlalchemy/testing/requirements.py
@@ -652,7 +652,7 @@ class SuiteRequirements(Requirements):
select data as foo from test order by foo || 'bar'
- Lots of databases including Postgresql don't support this,
+ Lots of databases including PostgreSQL don't support this,
so this is off by default.
"""
@@ -752,7 +752,7 @@ class SuiteRequirements(Requirements):
"""Test should be skipped if coverage is enabled.
This is to block tests that exercise libraries that seem to be
- sensitive to coverage, such as Postgresql notice logging.
+ sensitive to coverage, such as PostgreSQL notice logging.
"""
return exclusions.skip_if(
diff --git a/lib/sqlalchemy/testing/suite/test_results.py b/lib/sqlalchemy/testing/suite/test_results.py
index 9ffaa6e04..f40d9a04c 100644
--- a/lib/sqlalchemy/testing/suite/test_results.py
+++ b/lib/sqlalchemy/testing/suite/test_results.py
@@ -111,7 +111,7 @@ class PercentSchemaNamesTest(fixtures.TablesTest):
"""tests using percent signs, spaces in table and column names.
This is a very fringe use case, doesn't work for MySQL
- or Postgresql. the requirement, "percent_schema_names",
+ or PostgreSQL. the requirement, "percent_schema_names",
is marked "skip" by default.
"""