mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Resolved conflicts
This commit is contained in:
commit
9733b14b70
@ -524,10 +524,6 @@ class APITest(NotebookTestBase):
|
||||
listing = self.api.list('/').json()['content']
|
||||
self.assertEqual(listing, [])
|
||||
|
||||
def test_delete_non_empty_dir(self):
|
||||
"""deleting non-empty dir is allowed"""
|
||||
self.api.delete(u'å b')
|
||||
|
||||
def test_rename(self):
|
||||
resp = self.api.rename('foo/a.ipynb', 'foo/z.ipynb')
|
||||
self.assertEqual(resp.headers['Location'].split('/')[-1], 'z.ipynb')
|
||||
|
Loading…
x
Reference in New Issue
Block a user