run prettier
This commit is contained in:
parent
1e2d87efda
commit
2f7c7e1aa8
20 changed files with 227 additions and 218 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Developing
|
||||
|
||||
To start developing and contributing, install in dev mode.
|
||||
|
||||
`pipenv install --dev`
|
||||
|
|
@ -8,16 +9,17 @@ Review the [How It Works](How_It_Works.md) doc to understand the basics and then
|
|||
As features and functions are added, be sure to add tests to keep the test coverage high.
|
||||
|
||||
# Testing
|
||||
|
||||
Bumper uses pytest for the majority of test cases, review current tests in the /tests directory.
|
||||
|
||||
### Running tests
|
||||
|
||||
Enter pipenv shell `pipenv shell`
|
||||
|
||||
**Run tests**
|
||||
|
||||
- `python -m pytest tests`
|
||||
|
||||
|
||||
**Run tests with coverage**
|
||||
|
||||
- `python -m pytest --cov=./ tests`
|
||||
|
|
@ -25,4 +27,4 @@ Enter pipenv shell `pipenv shell`
|
|||
**Run tests with coverage html report**
|
||||
|
||||
- `python -m pytest --cov=./ tests --cov-report html:tests/report`
|
||||
- The report will be output into tests/report/index.html for further analysis.
|
||||
- The report will be output into tests/report/index.html for further analysis.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue