Skip to content

Commit

Permalink
Add section on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Feb 12, 2021
1 parent 2edf64a commit 0cdcd6b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ Now, <b>syncabook</b> can be run as a Docker container. The only difference with
$ docker run -v "$PWD":/books/mybook syncabook sync /books/mybook
```

## Running tests

1. Install `pytest` and [`epubcheck`](https://pypi.org/project/epubcheck/):

```
$ pip install pytest epubcheck
```

2. Run tests:

```
$ python -m pytest -s tests/
```


## Ebook production

Expand Down

0 comments on commit 0cdcd6b

Please sign in to comment.