]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/de/developer/testsuite.rst
Added documentation about testsuite
[github/wallabag/wallabag.git] / docs / de / developer / testsuite.rst
diff --git a/docs/de/developer/testsuite.rst b/docs/de/developer/testsuite.rst
new file mode 100644 (file)
index 0000000..b2b16cd
--- /dev/null
@@ -0,0 +1,10 @@
+Testsuite
+=========
+
+To ensure wallabag development quality, we wrote tests with `PHPUnit <https://phpunit.de>`_.
+
+If you contribute to the project (by translating the application, by fixing bugs or by adding a new feature), please write your own tests.
+
+To launch wallabag testsuite, you need to install `ant <http://ant.apache.org>`_.
+
+Then, execute this command ``make test``.