← Back to team overview

testtools-dev team mailing list archive

Re: [Question #263535]: Using testr unable to discover native python test-scripts

 

Question #263535 on testtools changed:
https://answers.launchpad.net/testtools/+question/263535

    Status: Open => Needs information

Robert Collins requested more information:
Hi, so if testr reports failed, it means that the underlying test
backend (in your case "python tc_pc.py discover . ....") has exited non-
zero.

What is tc_pc.py?

The easiest way to debug this is to start with 'python -m testtools.run
discover --list .' and see what it returns. If it doesn't return your
tests, then thats what needs fixing.

You should run these commands from the root of your source tree - the
directory above testpkg usually.

-- 
You received this question notification because you are a member of
testtools developers, which is an answer contact for testtools.