mirror of https://github.com/flaggo/pydu.git
Add test for overwrite
This commit is contained in:
parent
1e731d58cc
commit
ba3593cac3
|
@ -179,6 +179,9 @@ class TestSymLink:
|
||||||
makedirs(d)
|
makedirs(d)
|
||||||
link(d, link_d, ignore_errors=True)
|
link(d, link_d, ignore_errors=True)
|
||||||
|
|
||||||
|
def test_link_with_overwrite(self,tmpdir):
|
||||||
|
pass
|
||||||
|
|
||||||
def test_link_without_ignore_error(self, tmpdir):
|
def test_link_without_ignore_error(self, tmpdir):
|
||||||
d = str(tmpdir.join('test'))
|
d = str(tmpdir.join('test'))
|
||||||
link_d = str(tmpdir.join('test.link'))
|
link_d = str(tmpdir.join('test.link'))
|
||||||
|
|
Loading…
Reference in New Issue