blob: 10b95ee2a66f29118b54af2999ad88b3eb8a1b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
This is PyPy's code of the pytest lib. We don't expect to upgrade it
very often, but once we do:
WARNING!
WE HAVE MADE A FEW TWEAKS HERE!
Please be sure that you don't just copy the newer version from
upstream without checking the few changes that we did. This
can be done like this:
cd <this directory>
hg log . -v | less
then search for all " _pytest/" in that list to know which are the
relevant checkins. (Look for the checkins that only edit one
or two files in this directory.)
|