You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of activity on the TurboGears trunk -- bug reports, new features, etc. all to appear in the future TurboGears versions.
|
|
|
Another problem with tests in TG 2.3
|
| |
I found another problem when running tests for a quickstarted project with SQLAlchemy:
The test application is only loaded in TestController.setUp() which is only run when the test methods in tests/functional run. When you run only the tests in tests/model, then the application is not loaded, the... more »
|
|
Use nose2 for TG 2.3
|
| |
Since TG 2.3 requires Py 2.6 already, this would be a good opportunity to move from nose to nose2. What do you think?
-- Christoph
|
|
Tests for tg2devtools
|
| |
In devtools.test there is a test_pastetemplate which is broken in 2.3 because devtools.pastetemplate does not exist any more. Are there plans to add tests to devtools again before 2.3 is out?
-- Christoph
|
|
Releasing TG2.3.0b2
|
| |
We have a couple of important changes pending in the dev branch that worked
fine for me in the past few weeks, I was thinking about making a new 2.3
beta release to spread them to the public and make sure nothing breaks.
Most notably:
- Fix for "lang" option being ignored if set inside of .ini instead of... more »
|
|
TG Website redesign proposal
|
| |
While I really like the new sphinx based toolchain, there has been some
discussion on redesigning the turbogears.org website for a few months.
Up to now I didn't invest much time in making a try, mostly because I'm not
usually great at website design and because I needed to learn how sphinx
themes work.... more »
|
|
Problem with TG functional tests
|
| |
I have just run into an ugly problem with TG 2.2.2 that you can reproduce as follows:
* Quickstart a project
* Set in config/app_cfg.py:
base_config.sa_auth.authentica tors = [('default', None)]
* Run paster setup-app
* Run nosestests
You get this error:
app = setup_auth(app, skip_authentication=skip_authe ntication,... more »
|
|
Online coverage statistics
|
| |
FYI, I just found another awesome webservice that we might want to use:
Coveralls - which shows the test suite coverage online (and its changes
over time, etc.)
Example:
[link]
Have fun ;)
-- Moritz Schlarb
|
|
TurboGears 2.3.0beta Release Announcement
|
| |
The TurboGears team is pleased to announce the immediate availability of
TurboGears 2.3.0 beta. Our very own Alessandro Molina has been hard at work
making this release possible. While the full changelog is below, a few of
the highlights are listed here.
* Removal of all dependencies on Pylons... more »
|
|
Fwd: TW2 Sprint on June 6th - 8th, 2013
|
| |
Dear users and developers of TurboGears and Sprox,
FYI: There will be a ToscaWidgets 2 hacking sprint, which you find
announced below.
If any of you wish to participate or want to report some issues until
then, feel free to do so.
Regards,
Moritz
-------- Original Message --------
...To: toscawidgets-discuss@googlegro ups.com... more »
|
|
|