agrynchuk / noodle-ng

Automatically exported from code.google.com/p/noodle-ng
GNU General Public License v3.0
0 stars 0 forks source link

Unit Testing #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment why do not use any form of automated testing in our code.
The basic structure for testing the web application is already there in 
TurboGears, we should expand that. 
But I think we should also explicitly test all of the crawler code and 
functions that don't necessarily generate frontend output, like the search 
query parsing and such. Therefore we need a special testing database, but even 
that already exists in TurboGears with a test.ini.

Original issue reported on code.google.com by moschlar@metalabs.de on 15 Oct 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Documentation can be found here:
http://www.turbogears.org/2.1/docs/main/Testing/index.html

Original comment by moschlar@metalabs.de on 15 Oct 2011 at 10:17