On 24/03/2008, Eli <[EMAIL PROTECTED]> wrote: > > All, > > The sandbox/testing branch > http://trac.edgewall.org/wiki/TracDev/Branches/Testing is now keeping up with > trunk, and I have reworked some of the code so it isn't quite as monolithic > as it once was. So, I would like to get some feedback on the code -- what's > good, and (more to the point) what's ugly. > > I'd like to merge this to trunk in the not-too-distant future, but I want > some > feedback on it first. > > I think it will have some benefits for us if we merge it before 0.11-final; > it > will give us some broader test coverage for the 0.11-stable branch, so there > will be fewer things we break and don't notice. > > So, fire away!
Looking good. I'd prefer it if testcases.py were split out into the appropriate packages, the same way the unit tests are. That is, Wiki functional tests would end up in trac/wiki/tests/functional.py, and so on. The big suite() in trac/tests/functional/testscases.py would just need to be updated to do the appropriate imports at the top, or it could just be moved into tests/functional/__init__.py --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
