One Mode
One mode not only means all-in-one, it runs every thing in one process over tornado.ioloop. One mode is designed for debug purpose. You can test scripts written in local files and using --interactive
to choose a task to be tested.
With one
mode you can use pyspider.libs.utils.python_console()
to open an interactive shell in your script context to test your code.
full documentation: http://docs.pyspider.org/en/latest/Command-Line/#one
- bug fix