Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geozi/python-pytest
Showcases the use of PyTest on Python code.
https://github.com/geozi/python-pytest
pytest python unit-testing
Last synced: 8 days ago
JSON representation
Showcases the use of PyTest on Python code.
- Host: GitHub
- URL: https://github.com/geozi/python-pytest
- Owner: geozi
- Created: 2024-10-30T17:07:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:44:56.000Z (3 months ago)
- Last Synced: 2024-12-14T04:27:30.384Z (2 months ago)
- Topics: pytest, python, unit-testing
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-pytest
![Unit testing demo project]( https://img.shields.io/badge/Demo_project-blue)### About the project
The project showcases the use of PyTest on Python code.### Prerequisites
To run the tests, the following will be needed:
* Python 3.10.12 (or higher)
* PyTest 8.3.3