diff tests/test-filecache.py.out @ 20040:ed80cecdfc57

test-filecache.py: make setbeforeget test clearer '0' and 'None' as outputs tripped me up. Make the distinction between values set externally and values computed by calling the decorated function clearer.
author Siddharth Agarwal <sid0@fb.com>
date Sat, 16 Nov 2013 14:10:28 -0800 (2013-11-16)
parents f36375576ed5
children 42deff43460a
line wrap: on
line diff
--- a/tests/test-filecache.py.out
+++ b/tests/test-filecache.py.out
@@ -20,6 +20,6 @@
 
 setbeforeget:
 
-0
+string set externally
 creating
-None
+string from function