[IronPython] NUNIT 2.4.7 and IP
Kaveripakam, Sathish
Sathish.Kaveripakam at phonak.com
Mon Aug 25 10:31:06 CEST 2008
Hi All,
I am trying to get the integration of NUNIT and iron python running (
http://blog.bittercoder.com/PermaLink,guid,86b0df08-9bb5-4d3b-a365-fdc7b
5d57942.aspx
<http://blog.bittercoder.com/PermaLink,guid,86b0df08-9bb5-4d3b-a365-fdc7
b5d57942.aspx> ).
Here is my environment:
VS 2008, .NEt 3.5, Windows XP, NUNIT 2.4.7
I downloaded the source files and succesfully build the project with no
errors. When I open the IronpythonTest.Examples.dll in NUNIT, I get an
error pop up saying " The assembly was not built with any known testing
framework".
So, I added a masterTest Suite Class, which will call the
DynamicPythonSuite as follows:-
namespace MasterTestSuite
{
public class TestSuite
{
[Suite]
public static TestSuite MasterTestSuite
{
get
{
TestSuite suite = new TestSuite("All Tests");
suite.Add(new DynamicPythonSuite());
return suite;
}} } }
Apparently, this time NUNIT doesn't give me any error pop up, but the
tests didnt appear as I expected and when I click on the RUN button, it
complains (in the Tests Not Run) window as "Reason: Has No
TestFixtures". I was wondering, if i am missing
any Project settings.
Any Feedback is appreciated.
********************
Legal Notice:
The information in this electronic transmission may contain confidential or
legally privileged information and is intended solely for the individual(s)
named above. If you are not an intended recipient or an authorized agent,
you are hereby notified that reading, distributing, or otherwise
disseminating, copying or taking any action based on the contents of this
transmission is strictly prohibited. Any unauthorized interception of this
transmission is illegal under law. If you have received this transmission in
error, please notify the sender by telephone [at the number indicated above/
on +41 58 928 0101] as soon as possible and then destroy all copies of this
transmission.
********************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080825/9a10cc79/attachment.html>
More information about the Ironpython-users
mailing list