ironpython with nosetest

B

belred

has anyone tried nosetest with ironpython? i installed IPCE-r6,
copied the nose directory below the .egg directory from my cpython
directory and copied to IPCE-r6/lib. i then created a file called
n.py which contained two lines:

import nose
none.run()

i was then able to run it against a test file such as:

ipy n.py test_n.py

or

ipy n.py test_n.py:TestTest.test_f1

it worked as expected. what doesn't work is if i omit the file name
and just run ipy n.py, it won't discover any test files. -w (working
directory) and -a (attribute) options seem to be ignored. but -s for
(don't capture output) and -h (help) does work.


thanks,

bryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top