You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,13 @@ pytest-randomly
24
24
25
25
Pytest plugin to randomly order tests and control ``random.seed``.
26
26
27
+
----
28
+
29
+
**Testing a Django project?**
30
+
Check out my book `Speed Up Your Django Tests <https://adamchainz.gumroad.com/l/suydt>`__ which covers loads of ways to write faster, more accurate tests.
31
+
32
+
----
33
+
27
34
Features
28
35
========
29
36
@@ -109,13 +116,6 @@ Install with:
109
116
110
117
Python 3.8 to 3.12 supported.
111
118
112
-
----
113
-
114
-
**Testing a Django project?**
115
-
Check out my book `Speed Up Your Django Tests <https://adamchainz.gumroad.com/l/suydt>`__ which covers loads of ways to write faster, more accurate tests.
0 commit comments