docs: Mention docker-based test setup

This commit is contained in:
Tomas Babej 2018-07-31 00:10:24 -04:00
parent 9010069d3a
commit 2735c6a4b7
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -266,7 +266,13 @@ Feel free to submit pull requests and/or file issues for bugs and suggestions.
#### Tests #### Tests
To run the included tests you will require Taskwiki comes with preconfigured docker-based test setup. To run the tests,
simply issue:
docker-compose build --build-arg TASK_VERSION=2.6.0 tests
docker-compose up
To run the included tests directly you will require
* [test.py](http://pytest.org) * [test.py](http://pytest.org)
* [gvim](http://vim.org) * [gvim](http://vim.org)