Re: [pytest-dev] Exemplary py.test usage in open-source?

2014-11-25 Thread holger krekel
On Tue, Nov 25, 2014 at 00:05 +, Hashemi, Mahmoud wrote: Hehe, sorry for the top post, work computer. I did actually try searching conftest.py on Github, but there were altogether too many results :) Didn't seem like there was a solid sorting mechanism either. The Mozilla tests are

Re: [pytest-dev] Pytest fails with the wrong error when unicode_literals is present

2014-11-25 Thread Bruno Oliveira
Hi everyone, Besides the problem that reinterpret is executing code in a context without unicode_literals enabled, this also showcases that when moving a fixture with has asserts on it from a test file to a conftest file, asserts will not be rewritten anymore and reinterpretation will be used