summaryrefslogtreecommitdiff
path: root/test/perf/stress_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf/stress_all.py')
-rw-r--r--test/perf/stress_all.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/perf/stress_all.py b/test/perf/stress_all.py
index a19be9579..b5d210eef 100644
--- a/test/perf/stress_all.py
+++ b/test/perf/stress_all.py
@@ -137,7 +137,7 @@ unicodetest = (Unicode(20, assert_unicode=False), genunicodevalue,
if test_types:
tests = [booleantest, datetimetest, decimaltest, intervaltest,
pickletypetest, typedecoratortest, unicodetest]
- for engineurl in ('postgresql://scott:tiger@localhost/test',
+ for engineurl in ('postgresql://scott:tiger@localhost/test',
'sqlite://', 'mysql://scott:tiger@localhost/test'):
print "\n%s\n" % engineurl
for datatype, genvalue, kwargs in tests:
@@ -156,7 +156,7 @@ if test_methods:
getitem_str_results, getitem_fallback_results,
getitem_int_results, getitem_long_results, getitem_obj_results,
slice_results]
- for engineurl in ('postgresql://scott:tiger@localhost/test',
+ for engineurl in ('postgresql://scott:tiger@localhost/test',
'sqlite://', 'mysql://scott:tiger@localhost/test'):
print "\n%s\n" % engineurl
test_table = prepare(Unicode(20, assert_unicode=False),