We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8dfa9 commit a8c14aaCopy full SHA for a8c14aa
docs/index.rst
@@ -40,7 +40,6 @@ Running the test suite with pytest offers some features that are not present in
40
41
* Less boilerplate: no need to import unittest, create a subclass with methods. Just write tests as regular functions.
42
* `Manage test dependencies with fixtures`_.
43
-* Database re-use: no need to re-create the test database for every test run.
44
* Run tests in multiple processes for increased speed.
45
* There are a lot of other nice plugins available for pytest.
46
* Easy switching: Existing unittest-style tests will still work without any modifications.
0 commit comments