Alessio Bogon

Results 129 comments of Alessio Bogon

I will take that into account in https://github.com/pytest-dev/pytest-bdd/pull/395

There is some progress made in this direction in the [new parser](https://github.com/pytest-dev/pytest-bdd/tree/rewrite-parser) branch.

Hi, can you provide more info? I'm not sure what you expect.

Sorry, I don't use visual studio code, I'm not really sure what is the test explorer in that context, PRs are welcome.

Closing this as the issue seemed to be resolved. Feel free to comment if it's not the case.

Hi, unfortunately it's not supported yet. Help is always appreciated, if you want to contribute I'd ask you to try to explain how you would implement it before spending too...

This is definitely something we want to support, so the ticket should stay open, but I don't have much time lately to focus on this, hopefully in the next few...

The factory class fixture is only there to return the factory class, no modification should be applied. In the latest version of pytest-factoryboy we support LazyFixture already as a declaration...

> what does the memcached backend do? it returns None for an object that's in the cache that's in an invalid pickle format? Yes, the memcached backend will swallow any...

I understand that people may use the backends directly, so yes in that case it would break compatibility. I guess we can introduce a flag to disable "strict" mode for...