-------------------------------
* Breaking changes: the tursu_collect_file has moved, so the conftest.py
must updated to:
python
from tursu import tursu_collect_file
tursu_collect_file()
* Implement revered data table ( Column Based ).
* Documentation improved.
* Fix usage of request, capsys or even tursu from step definition functions.
* Refactor and cleanup code