radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
180 stars 49 forks source link

Is there a way to see the Stacktrace Line numbers on Exceptions from the underlying Step Implementations ? #405

Closed dschiller closed 4 years ago

dschiller commented 4 years ago

Is there a way to see the Stacktrace Line numbers on Exceptions from the underlying Step Implementations ?

I alrady used --debug-steps and --no-line-jump but no success.

timofurrer commented 4 years ago

You can pass -t to see the entire traceback.

dschiller commented 4 years ago

Works. Thank's a lot! ( https://radish.readthedocs.io/en/stable/commandline.html#run-show-traceback-on-failure )