usr/src/tools/tests/README
changeset 862 e9f31f2f2f2d
parent 842 e8046b4f26e8
child 1272 7788c9e14874
--- a/usr/src/tools/tests/README	Tue Aug 17 18:22:44 2010 -0400
+++ b/usr/src/tools/tests/README	Fri Aug 20 11:31:18 2010 -0600
@@ -67,7 +67,16 @@
 portion, and supply the path to the file or package, relative to the usr/src
 directory of the workspace. For example, the following command runs only
 the liberrsvc_pymod tests:
-	./slim_test lib/liberrsvc_pymod/tests 
+	./slim_test lib/liberrsvc_pymod/test 
+
+To run all tests in a specific file:
+	./slim_test lib/liberrsvc_pymod/test/test_liberrsvc.py
+
+To run a specific class of tests in that file:
+	./slim_test lib/liberrsvc_pymod/test/test_liberrsvc.py:error_service
+
+To run a particular test in that class:
+	./slim_test lib/liberrsvc_pymod/test/test_liberrsvc.py:error_service.test_create_error_info
 
 To report code coverage metrics along with test results, add a "--with-cover"
 flag: