skorokithakis / tbvaccine

A small utility to pretty-print Python tracebacks. ⛺
MIT License
377 stars 14 forks source link

How to integrate with e.g. pytest #3

Open kootenpv opened 7 years ago

kootenpv commented 7 years ago

Great idea! I would love to integrate this with pytest. Any idea how?

skorokithakis commented 7 years ago

I think all you need to do is create a plugin that just calls add_hook()? Hopefully those two lines are all that are required.

szabolcsdombi commented 7 years ago

If you added a hook please paste it ,here others may need it as well.