requirements/test-web.txt
author Laurent Peuch <cortex@worlddomination.be>
Mon, 22 Jul 2019 11:21:10 +0200
changeset 12696 eb83daa69495
parent 12530 9d88e1177c35
permissions -rw-r--r--
[cubicweb-ctl] respect sys.exit status code when aborting a command When exploring the stack of all calls to a cubicweb-ctl command, it has been discovered than on a KeyboardInterrupt and on a SystemExit exception the base class InstanceCommand (for commands that works on one instance) will always set the return code of cubicweb-ctl to 8: this mean that if another command do a `sys.exit(some_code)` the exit code will be ignored and overwritten by '8'. This behavior is not intuitive, apparently not documented and doesn't seems to have any justification. It also prevent commands from exciting with different return codes which could be a desired behavior in the situation of scripting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12337
04ff0d3ef1d3 [py3] Use "utf-8" as input encoding for docutils in rest extension
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 12322
diff changeset
     1
docutils
10511
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     2
requests
84cb3299ec40 Add requirements.txt files in test directories
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     3
webtest