Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smarie/pytest-patterns

A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.
https://github.com/smarie/pytest-patterns

benchmark case concerns data decorator design file fixture incremental modular parameter parametrize pattern pytest result separate share state step test

Last synced: 13 days ago
JSON representation

A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.

Awesome Lists containing this project

README

        

# pytest-patterns

[![Build Status](https://travis-ci.org/smarie/pytest-patterns.svg?branch=master)](https://travis-ci.org/smarie/pytest-patterns) [![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://smarie.github.io/pytest-patterns/)

A couple of examples showing how to use core `pytest` mechanisms and existing plugins (no additional hooks or hacks) to solve real-world problems. In other words:

"pytest for humans ;)"

**This is the readme for developers.** The documentation for users is available here: [https://smarie.github.io/pytest-patterns/](https://smarie.github.io/pytest-patterns/)

## Want to contribute ?

Contributions are welcome ! Simply fork this project on github, commit your contributions, and create pull requests.

Here is a non-exhaustive list of interesting open topics: [https://github.com/smarie/pytest-patterns/issues](https://github.com/smarie/pytest-patterns/issues)