tg2devtools
tg2devtools copied to clipboard
TurboGears 2.x DevTools repository
Motivation: As stated by nose doc https://nose.readthedocs.io/en/latest/ it also have some little issues that are just frustrating: ``` Nose has been in maintenance mode for the past several years and...
This PR fixes some issues with quickstarted projects: * `model.init_model()` could be called multiple times through loading the app (functional tests) or `tests.models.setup_db()` but wouldn't dispose of the previous session...
There is no standard make-config command in gearbox. https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/configuration.html#generating-the-production-configuration We might be able to provide a good replacement through `gearbox scaffold` -> https://github.com/TurboGears/gearbox#scaffolding
This issue existed on SourceForge. The original can be viewed at https://sourceforge.net/p/turbogears2/tickets/117
This issue existed on SourceForge. The original can be viewed at https://sourceforge.net/p/turbogears2/tickets/105