diff profilemanager/tests/test_profilemanager.txt @ 19:4a1815f8d146

* stub adding new profile to configuration * stub tests; have one mysterious failure with doctest :(
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 06 May 2010 12:42:27 -0700
parents e846544b4d92
children a8601c2273b5
line wrap: on
line diff
--- a/profilemanager/tests/test_profilemanager.txt	Thu May 06 12:02:14 2010 -0700
+++ b/profilemanager/tests/test_profilemanager.txt	Thu May 06 12:42:27 2010 -0700
@@ -18,4 +18,10 @@
 
 Create a new profile:
 
-    >>> manager.new('testprofile')
+    >>> profiledir = manager.new('testprofile')
+    >>> print profiledir
+    ...profilemanager/tests/profiles/...testprofile
+
+Cleanup:
+
+    >>> manager.remove('testprofile')