sobjects/test/requirements.txt
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 21 Dec 2015 09:55:14 +0100
changeset 11015 baf463175505
parent 10511 84cb3299ec40
permissions -rw-r--r--
[devtools] Fix database creation issues for CubicWebServerTC tests To reproduce (with a purged repo): * python web/test/unittest_web.py MiscOptionsTC * python web/test/unittest_views_xmlrss.py The core issue is that CubicWebServerConfig.default_base_url() is called inside init_config(), which is called during the equivalent of 'db-create'. The '__default_empty_db__' will contain the wrong 'base_url' configuration, thus breaking URLs in the xmlrss tests. Related to #9297611.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10511
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     1
cubicweb-card
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     2
cubicweb-comment