requirements/dev.txt
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Mon, 27 Mar 2017 17:57:27 +0200
branch3.25
changeset 12104 3ae16f70add4
parent 12070 a44f67dd0474
child 12569 c197f9382e53
permissions -rw-r--r--
[server] don't catch exception from postcommit_event() if we are in test mode The historic behavior is to hide potential exception occurring in postcommit_event(). Unfortunately logging statements are hidden by default during tests and it become very hard to debug. At least raise if we are in test mode.

pytest