mv services/notebooks services/contents

This commit is contained in:
MinRK 2014-05-30 12:39:11 -07:00
parent 6d292040b4
commit b73aa2b9f9
5 changed files with 112 additions and 114 deletions

View File

@ -285,4 +285,3 @@ default_handlers = [
(r"/api/notebooks%s" % notebook_path_regex, NotebookHandler), (r"/api/notebooks%s" % notebook_path_regex, NotebookHandler),
(r"/api/notebooks%s" % path_regex, NotebookHandler), (r"/api/notebooks%s" % path_regex, NotebookHandler),
] ]

View File

@ -344,4 +344,3 @@ class APITest(NotebookTestBase):
self.assertEqual(r.status_code, 204) self.assertEqual(r.status_code, 204)
cps = self.nb_api.get_checkpoints('a.ipynb', 'foo').json() cps = self.nb_api.get_checkpoints('a.ipynb', 'foo').json()
self.assertEqual(cps, []) self.assertEqual(cps, [])