======================
Saturday, May 17, 2014
======================

Bua, das war ein Akt! Die Test-Suite vom :ref:`welfare` hatte ich seit
Monaten vernachlässigt, aber jetzt endlich wieder in Betrieb genommen.

One failure of the :ref:`welfare` test suite was due to the fact that
the Django's :manage:`test` command has a new way to discover test
cases. It took me some time to realize that I need indeed a
:mod:`lino_welfare.projects` package to manage all those sets of
settings.

Moved and renamed many files. Some examples:

=============================== =======================================
`lino_welfare.settings.eupen`   `lino_welfare.projects.eupen.settings`
`lino_welfare.settings.base`    `lino_welfare.projects.base`
=============================== =======================================


10h17 Finally! The :ref:`welfare` test suite is again operational. It
was some work, but (1) it gives me confidence and (2) it covers
certain Lino features that are not tested within Lino itself.