Difference between revisions of "Dev Testing"
From Dreamwidth Notes
m |
Foxfirefey (Talk | contribs) |
||
Line 14: | Line 14: | ||
[[Category: Development]] | [[Category: Development]] | ||
+ | [[Category: Testing]] |
Revision as of 23:57, 9 September 2009
To prove all tests:
cd $LJHOME prove -r t
To prove a specific test:
cd $LJHOME prove t/sometest.t
http://dw-dev.dreamwidth.org/20733.html describes more about the tests.
(See also Test process for QA testing, though this is less relevant to most devs)