nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

Improve stylesheet handling. #99

Closed mjpieters closed 11 years ago

mjpieters commented 11 years ago

Recent docutils versions handle the stylesheet option parsing different again; pass in path as separate arg.

bdelbosc commented 11 years ago

Hi Martijn, is it going to break the compatibility with older docutils version ? ben

mjpieters commented 11 years ago

I am reasonably sure it won't; and they actually broke parsing in 0.10. You can specify the command line both as --stylesheet=... and as --stylesheet ...; this patch moves to the latter form.

bdelbosc commented 11 years ago

Thanks Martijn