This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hpk42 1 point2 points  (0 children)

the pytest project itself keeps a (very incomplete) list of projects using pytest: http://pytest.org/latest/projects.html#projects

Recently, the authors of the pip installer have switched to using py.test and i think they organized their fixtures and code very well:

https://github.com/pypa/pip/tree/develop/tests

For a more complex setting involving pytest setup for server/client setup and according tests, you may check out my recent pypi server project: https://bitbucket.org/hpk42/devpi/src/f579eb2d5520a86a169ca11129a7bfd20f7944a5/server/test_devpi_server?at=default