← Back to team overview

dulwich-users team mailing list archive

Re: [RFC/PATCH] unittest2 fix

 

On Tue, Dec 28, 2010 at 01:41:17PM -0800, Dave Borowitz wrote:
> I'm also not sure how to run a single test method from the command line with
> this new setup. I used to be able to do 'nosetests
> dulwich.tests.test_foo:BarTest.test_baz', but something about the test
> suites has changed in a way that prevents nose from discovering the test_foo
> module. If my issue is with the nose command line, maybe Augie can help. Or
> we could add another target to the Makefile; I don't really care either way.
E.g. "python -m unittest dulwich.tests.test_client" should work on python2.7. I'm
not sure how to do something similar with nose, or why it would have broken recently.

Cheers,

Jelmer



References