I don't know if Alex Henderson reads this mailing list. You should probably try emailing him directly -- his email address is on his blog.
On Mon, Aug 25, 2008 at 1:31 AM, Kaveripakam, Sathish < [EMAIL PROTECTED]> wrote: > 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-fdc7b5d57942.aspx > *<http://blog.bittercoder.com/PermaLink,guid,86b0df08-9bb5-4d3b-a365-fdc7b5d57942.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. > ------------------------------ > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
