Vi+ wrote: >>> Could Trac community share thoughts/ideas how it's possible to organize >>> proper (1) requirements, (2) resources, and >> We use TracTags for both of these. > > I like Trac's tags as well, but ... as for me they are more for fun, > than for serious software development process!..
Not sure why you think that. Data tagging is just an organizational tool, what you use it for is up to you. > >> (3) software testing >>> management under Trac, please? >> Bitten is a CI framework that integrates into Trac nicely. We use it to >> run our unit tests. > > How about seemless integration automatic testing into Trac - any > experience? This is exactly what we do. The project is written in Python, so we are using PyUnit (which Bitten supports nicely). --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
