File tree Expand file tree Collapse file tree 1 file changed +82
-0
lines changed Expand file tree Collapse file tree 1 file changed +82
-0
lines changed Original file line number Diff line number Diff line change
1
+ pytest-3.0.0
2
+ ============
3
+
4
+ The pytest team is proud to announce the 3.0.0 release!
5
+
6
+ pytest is a mature Python testing tool with more than a 1600 tests
7
+ against itself, passing on many different interpreters and platforms.
8
+
9
+ This release contains a lot of bugs and improvements, and much of
10
+ the work done on it was possible because of the 2016 Sprint[1], which
11
+ was funded by an indiegogo campaign which raised over US$12,000 with
12
+ nearly 100 backers.
13
+
14
+ There's a "What's new in pytest 3.0" [2] blog post highlighting the
15
+ major features in this release.
16
+
17
+ To see the complete changelog and documentation, please visit:
18
+
19
+ http://docs.pytest.org
20
+
21
+ As usual, you can upgrade from pypi via:
22
+
23
+ pip install -U pytest
24
+
25
+ Thanks to all who contributed to this release, among them:
26
+
27
+ AbdealiJK
28
+ Ana Ribeiro
29
+ Antony Lee
30
+ Brandon W Maister
31
+ Brianna Laugher
32
+ Bruno Oliveira
33
+ Ceridwen
34
+ Christian Boelsen
35
+ Daniel Hahler
36
+ Danielle Jenkins
37
+ Dave Hunt
38
+ Diego Russo
39
+ Dmitry Dygalo
40
+ Edoardo Batini
41
+ Eli Boyarski
42
+ Florian Bruhin
43
+ Floris Bruynooghe
44
+ Greg Price
45
+ Guyzmo
46
+ HEAD KANGAROO
47
+ JJ
48
+ Javi Romero
49
+ Javier Domingo Cansino
50
+ Kale Kundert
51
+ Kalle Bronsen
52
+ Marius Gedminas
53
+ Matt Williams
54
+ Mike Lundy
55
+ Oliver Bestwalter
56
+ Omar Kohl
57
+ Raphael Pierzina
58
+ RedBeardCode
59
+ Roberto Polli
60
+ Romain Dorgueil
61
+ Roman Bolshakov
62
+ Ronny Pfannschmidt
63
+ Stefan Zimmermann
64
+ Steffen Allner
65
+ Tareq Alayan
66
+ Ted Xiao
67
+ Thomas Grainger
68
+ Tom Viner
69
+ TomV
70
+ Vasily Kuznetsov
71
+ aostr
72
+ marscher
73
+ palaviv
74
+ satoru
75
+ taschini
76
+
77
+
78
+ Happy testing,
79
+ The py.test Development Team
80
+
81
+ [1] http://blog.pytest.org/2016/pytest-development-sprint/
82
+ [2] http://blog.pytest.org/2016/whats-new-in-pytest-30/
You can’t perform that action at this time.
0 commit comments