mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
docs: Mention docker-based test setup
This commit is contained in:
parent
9010069d3a
commit
2735c6a4b7
1 changed files with 7 additions and 1 deletions
|
@ -266,7 +266,13 @@ Feel free to submit pull requests and/or file issues for bugs and suggestions.
|
|||
|
||||
#### 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)
|
||||
* [gvim](http://vim.org)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue