Re: Morelia for BDD in Python

2011-07-10 Thread Ben Finney
rusi 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. -- \ “I cannot conce

Re: Morelia for BDD in Python

2011-07-10 Thread rusi
On Jul 10, 10:21 am, Ben Finney wrote: > Phlip 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 Setupto

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 - the ability to pass a | de

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 virtua

Re: Morelia for BDD in Python

2011-07-09 Thread Stefan Behnel
Phlip, 10.07.2011 07:10: On Jul 9, 8:38 pm, Ben Finney wrote: Phlip writes: On Jul 9, 7:39 pm, mark curphey 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

Re: Morelia for BDD in Python

2011-07-09 Thread Ben Finney
Phlip 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 it's a higher maintena

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 (was: CI and BDD with Python)

2011-07-09 Thread Phlip
On Jul 9, 8:38 pm, Ben Finney wrote: > Phlip writes: > > On Jul 9, 7:39 pm, mark curphey 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, hen

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

2011-07-09 Thread Ben Finney
Phlip writes: > On Jul 9, 7:39 pm, mark curphey 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 to > maintain! It looks goo