Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/test_unit_python
https://github.com/sebastiandotdev/test_unit_python
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiandotdev/test_unit_python
- Owner: sebastiandotdev
- Created: 2023-02-23T03:11:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-23T03:15:33.000Z (over 1 year ago)
- Last Synced: 2024-08-26T18:54:02.174Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test Unit
* test unit in python with the bookshop ``pytest``
## installation
# pip
````
pip install requirements-dev.txt
````# pipenv
````
pipenv install requirements-dev.txt
````## Run
````
pytest -v
````