diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-10 16:58:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 16:58:15 +0200 |
commit | bccf7a70bc22171904a5bb82d282e9c956684abc (patch) | |
tree | f03a771ac950296aa1a91af363784ec7915eac27 /docs/de/developer/testsuite.rst | |
parent | c99d90455bf2c3bac8a85cc0fdaf60134ae06cb4 (diff) | |
parent | fa4c39b37c1e1a1b52739a070775e9ba0fafe802 (diff) | |
download | wallabag-bccf7a70bc22171904a5bb82d282e9c956684abc.tar.gz wallabag-bccf7a70bc22171904a5bb82d282e9c956684abc.tar.zst wallabag-bccf7a70bc22171904a5bb82d282e9c956684abc.zip |
Merge pull request #2403 from wallabag/cleanup-install-process-in-doc
Cleaned up documentation for installation process
Diffstat (limited to 'docs/de/developer/testsuite.rst')
-rw-r--r-- | docs/de/developer/testsuite.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/de/developer/testsuite.rst b/docs/de/developer/testsuite.rst new file mode 100644 index 00000000..b2b16cdc --- /dev/null +++ b/docs/de/developer/testsuite.rst | |||
@@ -0,0 +1,10 @@ | |||
1 | Testsuite | ||
2 | ========= | ||
3 | |||
4 | To ensure wallabag development quality, we wrote tests with `PHPUnit <https://phpunit.de>`_. | ||
5 | |||
6 | If you contribute to the project (by translating the application, by fixing bugs or by adding a new feature), please write your own tests. | ||
7 | |||
8 | To launch wallabag testsuite, you need to install `ant <http://ant.apache.org>`_. | ||
9 | |||
10 | Then, execute this command ``make test``. | ||