![](https://secure.gravatar.com/avatar/2c1bbda1fbfa050465bc2a4448866c09.jpg?s=120&d=mm&r=g)
Oct. 21, 2007
11:17 a.m.
Armin Rigo wrote:
Hi Elmo,
Indeed, it seems that we didn't try --tb=short with app-level tests. It crashes for me too. Not sure I want to investigate as it seems that nobody used --tb=short enough to notice so far... It works fine on interp-level tests.
Armin _______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
:.
Might be worth noticing. I'm trying to refactor py.test on a huge scale. This means that few things will change in API when subclassing Session, hence applevel tests would need some refactorings as well (probably not too much, but still). This might solve the problem as a side effect. :.