From: nicknameoptional Date: 2006-01-25T05:03:13+09:00 Subject: how to run just one test method in a test case for example, I have a testcase class, which has test_1, test2, test3 .... methods. how to run just one of the test, like test_1? Thanks