Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandotdev/test_unit_python


https://github.com/sebastiandotdev/test_unit_python

Last synced: 25 days ago
JSON representation

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
````