summaryrefslogtreecommitdiff
path: root/doc/en/unittest.rst
diff options
context:
space:
mode:
authorBruno Oliveira <bruno@esss.co>2019-08-30 12:43:47 -0300
committerBruno Oliveira <bruno@esss.co>2019-08-30 12:43:47 -0300
commite56544cb587e8f288bea12aff01355b31aec92f7 (patch)
tree20b3a54dd5b0843276837ce6838ce77e62cd2afa /doc/en/unittest.rst
parentf9cc704b1a8cf475a02051b747b78897b13a83f7 (diff)
downloadpytest-e56544cb587e8f288bea12aff01355b31aec92f7.tar.gz
Preparing release version 5.1.2
Diffstat (limited to 'doc/en/unittest.rst')
-rw-r--r--doc/en/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/unittest.rst b/doc/en/unittest.rst
index 4f0a279a2..dc55cc0ed 100644
--- a/doc/en/unittest.rst
+++ b/doc/en/unittest.rst
@@ -166,7 +166,7 @@ the ``self.db`` values in the traceback:
E assert 0
test_unittest_db.py:13: AssertionError
- ============================ 2 failed in 0.02s =============================
+ ============================ 2 failed in 0.12s =============================
This default pytest traceback shows that the two test methods
share the same ``self.db`` instance which was our intention