Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smarie/pytest-patterns
- Owner: smarie
- License: bsd-3-clause
- Created: 2018-09-28T09:35:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T16:25:26.000Z (over 2 years ago)
- Last Synced: 2024-10-11T21:55:21.445Z (29 days ago)
- Topics: benchmark, case, concerns, data, decorator, design, file, fixture, incremental, modular, parameter, parametrize, pattern, pytest, result, separate, share, state, step, test
- Language: Python
- Homepage: https://smarie.github.io/pytest-patterns
- Size: 9.55 MB
- Stars: 36
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)