Skip to content

Commit a8c14aa

Browse files
adamchainzblueyed
authored andcommitted
docs: remove 'database reuse' as an advantage (#632)
Django can do this too with `--keepdb` since 1.8 so it seems unfair to list this as an advantage.
1 parent ef8dfa9 commit a8c14aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Running the test suite with pytest offers some features that are not present in
4040

4141
* Less boilerplate: no need to import unittest, create a subclass with methods. Just write tests as regular functions.
4242
* `Manage test dependencies with fixtures`_.
43-
* Database re-use: no need to re-create the test database for every test run.
4443
* Run tests in multiple processes for increased speed.
4544
* There are a lot of other nice plugins available for pytest.
4645
* Easy switching: Existing unittest-style tests will still work without any modifications.

0 commit comments

Comments
 (0)