[pony-build] test_client

C. Titus Brown ctb at msu.edu
Mon Mar 22 18:00:47 PDT 2010


On Mon, Mar 22, 2010 at 07:57:46PM -0500, Fatima Cherkaoui wrote:
> I have a question. When I try to run one of the test_clients , I get this
> error:
> 
> C:\Python26\pony-build\client\test_client>python test_git_client.py
> Traceback (most recent call last):
>   File "test_git_client.py", line 14, in <module>
>     import pony_client
> ImportError: No module named pony_client
> 
> The init.py is there :
> 
> C:\Python26\pony-build\client\test_client>ls
> __init__.py         test_hg_client.py  test_svn_client.py
> test_git_client.py  test_misc.py
> 
> Does the pony_client have to be inside the test_client folder ?

Hi, Fatima,

in order to run the tests you need to install 'nose' and run 'nosetests' from
within the client/ directory; see README.txt, under 'Development' (no, it's
not very visible ;).

cheers,
--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the pony-build mailing list