Michel Sabchuk
Michel Sabchuk
The container is replaced every page change. Think of it as the "paginator-container", not the content-container. If you want a different approach, take a look at my recent contribution that...
I think there is an alternative if you want BDD with pytest: https://github.com/pytest-dev/pytest-bdd
@mariaae if you didn't try [Aloe](https://github.com/aloetesting/aloe) and [Aloe django](https://github.com/aloetesting/aloe_django) as lettuce replacements, I recommend you do it. Migrate from lettuce to aloe was pretty simple and it supports py3.
Sorry the late response. I didn't find time to dig some more until now. Thanks for help me out @danni. It is not 100% yet, but I am with some...
In fact, the outputters were right. The problem was with a subunit test that checks for undefined steps. Now that each outline example triggers before/after.each_scenario, it seems the undefined message...
Hi @danni, Can I help with something else? Let me know if I missed anything. Thanks!
Hi @danni, you are right, the output is broken. Sorry I didn't realize that before. I didn't find time to dig more yet. I'm using another approach as an alternative,...
@nikolas and @m-vdb it would be interesting to make tox run in different versions of django too, so the tests would catch any error. I think the tox file should...
There are pull requests that could be merged before this new release, what do you think? I'm specially interested in the #437 and #445 but there are some typo fixes...