Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Wrapped errors don't play well with py.test #195

Open eevee opened 11 years ago

eevee commented 11 years ago

Wrapping errors is cool for user-facing stuff, but they break py.test's introspection and probably other debugging tools.

Not sure what to do about this, short of rely even further on globals like DEBUG. Not a huge deal though.