helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.

Home Page:https://bootstrap-flask.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to README.md how to run the tests

PanderMusubi opened this issue · comments

Please, add to README.md how to run the tests.

#171 just update the development section in the docs. I will add a contributing guide later.

Thanks. Add also at https://github.com/greyli/bootstrap-flask/blame/master/README.md#L25

Install development version with:

```
$ python setup.py install
```
Tests can be run with:
```
$ pytest
```
or for more verbose output and stop after first failure:
```
$ pytest -vx
```