Changes between Version 2 and Version 3 of RunningTests
- Timestamp:
- 08/16/08 18:01:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningTests
v2 v3 34 34 {{{ 35 35 testdb=# SELECT * FROM test.run_test('test_inner_trans_set_create'); 36 run_test37 ---------- 38 t 36 name | module | result | errcode | errmsg 37 ---------------------------------+-------------------+--------+---------+--------------------------------------------------------------- 38 test_inner_trans_set_create | test_transactions | [OK] | | 39 39 (1 row) 40 40 }}} 41 41 42 Using run_test, you get a T/Fresponse instead of an exception. You also get an entry in test.results, so if you fix a single test, you can update its success without having to run a whole set of tests you didn't modify.42 Using run_test, you get an [OK] or [FAIL] response instead of an exception. You also get an entry in test.results, so if you fix a single test, you can update its success without having to run a whole set of tests you didn't modify. 43 43 44 44
