public
Fork of egparedes/translate
Description: Toolkit assisting in the localization of software
Homepage: http://translate.sourceforge.net/wiki/toolkit/index
Clone URL: git://github.com/julen/translate.git
julen (author)
Sat Nov 22 04:54:00 -0800 2008
commit  e05b7b25a7dc733353b233b66ed4789bc6b78000
tree    2f35d4167f20124a704660e993e241f231ced101
parent  24c466f4605dc7f61b1fc4d02b9a312e1dc81aee
translate / TESTING
100644 6 lines (4 sloc) 0.299 kb
1
2
3
4
5
6
For testing we make use of the py.test from the py library.
 
In any directory just excecute py.test optionally specifying the filename of
a specific test_....py file. The unit tests are packaged in the same directories
as the code that is tested. The directory tests/ contain higher level tests.