diff options
author | matteocoder <matteopaolini1995@gmail.com> | 2017-02-14 16:36:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 16:36:40 +0100 |
commit | 5601b4536cea2a4c5ebdd39251cc16ec92c01b1d (patch) | |
tree | 1d76df223aa55926b63555cbcf230b3a0d3ea999 /docs/ita/developer/testsuite.rst | |
parent | 625bb561813222aea8a7a2e84e30e9f9de697017 (diff) | |
download | wallabag-5601b4536cea2a4c5ebdd39251cc16ec92c01b1d.tar.gz wallabag-5601b4536cea2a4c5ebdd39251cc16ec92c01b1d.tar.zst wallabag-5601b4536cea2a4c5ebdd39251cc16ec92c01b1d.zip |
Italian documentation added
There are some missing links in various articles. Please let me know how I can fix this :)
Diffstat (limited to 'docs/ita/developer/testsuite.rst')
-rw-r--r-- | docs/ita/developer/testsuite.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ita/developer/testsuite.rst b/docs/ita/developer/testsuite.rst new file mode 100644 index 00000000..fdb72401 --- /dev/null +++ b/docs/ita/developer/testsuite.rst | |||
@@ -0,0 +1,6 @@ | |||
1 | Testsuite | ||
2 | ========= | ||
3 | Per assicurare la qualità di sviluppo di wallabag, abbiamo scritto i test con `PHPUnit <https://phpunit.de>`_. | ||
4 | Se contribuite al progetto (traducendo l'applicazione, risolvendo i bug o aggiungendo nuove funzioni), si prega di scrivere i propri test. | ||
5 | |||
6 | Per avviare la testsuite di wallabag dovete installare `ant <http://ant.apache.org>`_. Poi, eseguite il comando ``make test``. \ No newline at end of file | ||