Preparing release version 5.1.2

This commit is contained in:
Bruno Oliveira
2019-08-30 12:43:47 -03:00
parent f9cc704b1a
commit e56544cb58
27 changed files with 127 additions and 86 deletions

View File

@@ -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