Skip to content

Commit

Permalink
readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
kassius committed Apr 26, 2017
1 parent 0bcb1a7 commit 3197eb4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,18 @@ to document the library.

### Unit Tests

We use pytest to run tests; we use coverage to report code coverage;
We use [pytest](https://docs.pytest.org/en/latest/) to run tests; we use [coverage.py](https://coverage.readthedocs.io) to report code coverage;

```
coverage run --source=birdears --module pytest --verbose tests/
```

We use [coveralls](https://coveralls.io/github/iacchus/birdears) and [Travis CI](https://travis-ci.org/iacchus/birdears).

Out tests are in repo's `tests/` directory.

### Misc documentation

We use coveralls and Travis CI.
[PEP 8](https://pep8.org) — the Style Guide for Python Code

Out tests are in repo's `tests/` directory.
[Python.org PEP8](https://www.python.org/dev/peps/pep-0008/)

0 comments on commit 3197eb4

Please sign in to comment.