Projects using py.test

I am looking for a (list) of projects that use py.test.

I am new to testing and want to use py.test. I need examples from projects, so I can use py.test extensively. The documentation is good for py.test, but too fragmented to get a good idea. I have a vague idea of ​​how this works. I saw a py.test video (3 hours) from pycon. But some working examples are needed in the projects.

+5
source share
1 answer

There are MoinMoin, Pida, PyPy and many other projects using py.test. From the point of view of examples, you can also study your own py.test test suite, which naturally uses many of its functions. Place an order http://bitbucket.org/hpk42/py-trunk and the "testing" subdirectory and, possibly, indicate the problem on the tracker that you want to see in the documents with documents page :)

update: There are currently listed companies and projects that use py.test, see

http://pytest.org/latest/projects.html#projects

+3
source

All Articles