Hi Stephen, > Anyone seen this error? > File > "/usr/local/wiki/moin-1.6.0/lib/python2.4/site-packages/MoinMoin/action/test.py", > line 100, in runTest > _tests.run(request) > AttributeError: 'module' object has no attribute 'run'
You found some outdated piece of code. :) In 1.5 we used python stdlib unittest and I guess that worked for that. In 1.6 we use py.test and the tests got quite some changes because of that. If you want to run the tests, you need to have py.test installed and just run it from the directory above MoinMoin/ (IIRC, one test will fail because I forgot to disable it for the release). I'll have a look at the tests and test action later and either fix it or remove it. Cheers, Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
