diff markup/template.py @ 152:064ba1078f92

Add some tests for relative template includes (see #27).
author cmlenz
date Wed, 16 Aug 2006 10:25:15 +0000
parents 39a8012f60e3
children 7a4086c22a64
line wrap: on
line diff
--- a/markup/template.py
+++ b/markup/template.py
@@ -1006,6 +1006,8 @@
     
     >>> loader.load(os.path.basename(path)) is template
     True
+    
+    >>> os.remove(path)
     """
     def __init__(self, search_path=None, auto_reload=False):
         """Create the template laoder.
Copyright (C) 2012-2017 Edgewall Software