summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-11-07 18:59:43 +0100
committerlouiz’ <louiz@louiz.org>2019-11-09 21:06:02 +0100
commit7f2e74c09161737ca0b84995c5017b0fd043f32b (patch)
treed79f13d0f08dd6c6447d273404136d179ee2d8be /CHANGELOG.rst
parent7571020243889db72bb0182dbacc84e506afa279 (diff)
downloadbiboumi-7f2e74c09161737ca0b84995c5017b0fd043f32b.tar.gz
biboumi-7f2e74c09161737ca0b84995c5017b0fd043f32b.tar.bz2
biboumi-7f2e74c09161737ca0b84995c5017b0fd043f32b.tar.xz
biboumi-7f2e74c09161737ca0b84995c5017b0fd043f32b.zip
Add a doc describing how to write e2e tests
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7e838e4..172bb7c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -25,6 +25,12 @@ For admins
still be set at configure time by passing the option "-DWATCHDOG_SEC=20”
to cmake, if you want to enable the systemd watchdog.
+For developers
+--------------
+- The end-to-end tests have been refactored, cleaned and simplified a lot.
+ A tutorial and a documentation have been written. It should now be easy
+ to write a test that demonstrates a bug or a missing feature.
+
Version 8.3 - 2018-06-01
========================