summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-06-26 15:30:57 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-06-26 15:30:57 +0000
commitba047cc8cab22541e88ce91936162d6e8164991a (patch)
tree6ab348228f67ebcfd478bf598b347484e8a811cd /lib/sqlalchemy/testing
parent2d9387354f11da322c516412eb5dfe937163c90b (diff)
parent2a1a9f5f5a9723f757439657d2bdf224baed8748 (diff)
downloadsqlalchemy-ba047cc8cab22541e88ce91936162d6e8164991a.tar.gz
Merge "Fix a wide variety of typos and broken links"
Diffstat (limited to 'lib/sqlalchemy/testing')
-rw-r--r--lib/sqlalchemy/testing/plugin/pytestplugin.py2
-rw-r--r--lib/sqlalchemy/testing/profiling.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/plugin/pytestplugin.py b/lib/sqlalchemy/testing/plugin/pytestplugin.py
index 9dc40c9fe..015598952 100644
--- a/lib/sqlalchemy/testing/plugin/pytestplugin.py
+++ b/lib/sqlalchemy/testing/plugin/pytestplugin.py
@@ -371,7 +371,7 @@ class PytestFixtureFunctions(plugin_base.FixtureFunctions):
}
def combinations(self, *arg_sets, **kw):
- """facade for pytest.mark.paramtrize.
+ """Facade for pytest.mark.parametrize.
Automatically derives argument names from the callable which in our
case is always a method on a class with positional arguments.
diff --git a/lib/sqlalchemy/testing/profiling.py b/lib/sqlalchemy/testing/profiling.py
index 16215dcd5..c50ce1e15 100644
--- a/lib/sqlalchemy/testing/profiling.py
+++ b/lib/sqlalchemy/testing/profiling.py
@@ -57,7 +57,7 @@ def _start_current_test(id_):
class ProfileStatsFile(object):
- """"Store per-platform/fn profiling results in a file.
+ """Store per-platform/fn profiling results in a file.
There was no json module available when this was written, but now
the file format which is very deterministically line oriented is kind of