[IPython-dev] Question about test_pr and python3

Fernando Perez fperez.net at gmail.com
Sun May 27 22:26:39 EDT 2012


On Sun, May 27, 2012 at 4:26 PM, Thomas Kluyver <takowl at gmail.com> wrote:
> I have in the
> back of my mind that once it has incubated in our tools directory, we
> could spin this out as a separately installable tool that other
> projects could use. The trickiest bit would be how to standardise
> running the test suite, but I'm sure we could find ways to do that.

Certainly.  We can set things up so that for package X, we support the stanza

python -c 'import X;X.test()'

as the default way of running the test suite.  That already is the
convention used by many projects, so it's not too much to ask, I
think.

Cheers,

f



More information about the IPython-dev mailing list