##// END OF EJS Templates
docstring on test_dir
Min RK -
Show More
@@ -137,8 +137,10 b' class TestContentsManager(TestCase):'
137 137 self._temp_dir.cleanup()
138 138
139 139 def make_dir(self, api_path):
140 """make subdirectory, rel_path is the relative path
141 to that directory from the location where the server started"""
140 """make a subdirectory at api_path
141
142 override in subclasses if contents are not on the filesystem.
143 """
142 144 _make_dir(self.contents_manager, api_path)
143 145
144 146 def add_code_cell(self, nb):
General Comments 0
You need to be logged in to leave comments. Login now