Re: Morelia for BDD in Python

2011-07-10 Thread Stefan Behnel
Phlip, 10.07.2011 07:10: On Jul 9, 8:38 pm, Ben Finneyben+pyt...@benfinney.id.au wrote: Phlipphlip2...@gmail.com writes: On Jul 9, 7:39 pm, mark curpheym...@curphey.com wrote: Thanks. FWIW I played with a bunch (Freshen, Morelia, Lettuce) Morelia is undermaintained because it's

Re: Morelia for BDD in Python

2011-07-10 Thread Phlip
I think it would add great value, since without it I'm unlikely to bother using Morelia in any project. The maintenance burden is too high to keep adding dependencies that come from a distinct dependency system outside my OS. pip freeze! Specifically, we already added pip freeze and

Re: Morelia for BDD in Python

2011-07-10 Thread Phlip
Two of my feature requests for Morelia: - integrate with the test runner (nose etc.) to provide one dot . per passing step - insert a long multi-line abstract string (typically XML) with inside [[CDATA-style escaping tags - the ability to stub a step as not passing yet - the

Re: Morelia for BDD in Python

2011-07-10 Thread rusi
On Jul 10, 10:21 am, Ben Finney ben+pyt...@benfinney.id.au wrote: Phlip phlip2...@gmail.com writes: 'sudo pip install morelia' just worked for me, on Ubuntu. The problem with ‘pip’ is that it's a parallel package installation that ignores the available package management system on the OS.

Re: Morelia for BDD in Python

2011-07-10 Thread Ben Finney
rusi rustompm...@gmail.com writes: Just curious: Do you manage to stay within debian packages and have all the python packages you want/need at the versions that are most convenient? When that's not the case, I consider it not a status quo to live with, but a problem to be addressed. -- \

Morelia for BDD in Python (was: CI and BDD with Python)

2011-07-09 Thread Ben Finney
Phlip phlip2...@gmail.com writes: On Jul 9, 7:39 pm, mark curphey m...@curphey.com wrote: Thanks. FWIW I played with a bunch (Freshen, Morelia, Lettuce) Morelia is undermaintained because it's finished. It attaches to any pre-existing TestCase-style test runner, hence there's nothing

Re: Morelia for BDD in Python (was: CI and BDD with Python)

2011-07-09 Thread Phlip
On Jul 9, 8:38 pm, Ben Finney ben+pyt...@benfinney.id.au wrote: Phlip phlip2...@gmail.com writes: On Jul 9, 7:39 pm, mark curphey m...@curphey.com wrote: Thanks. FWIW I played with a bunch (Freshen, Morelia, Lettuce) Morelia is undermaintained because it's finished. It attaches to

Re: Morelia for BDD in Python (was: CI and BDD with Python)

2011-07-09 Thread Phlip
--  \        “That's the essence of science: Ask an impertinent question, |   `\            and you're on the way to the pertinent answer.” —Jacob | _o__)                            Boronowski, _The Ascent of Man_, 1976 | Ben Finney That nose keeps reminding me of the start of one of the

Re: Morelia for BDD in Python

2011-07-09 Thread Ben Finney
Phlip phlip2...@gmail.com writes: 'sudo pip install morelia' just worked for me, on Ubuntu. The problem with ‘pip’ is that it's a parallel package installation that ignores the available package management system on the OS. That's not a fault of ‘pip’ or Setuptools or PyPI or the rest; but