mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 07:31:07 +00:00
suppress the skipped and the todo unit tests in order to make unit test results prettier (the install.html instructs users to run the unit tests)
This commit is contained in:
parent
6a86000c06
commit
bf14613b6a
@ -968,6 +968,7 @@ class Web(WebMixin, unittest.TestCase):
|
|||||||
400, "Bad Request", "random",
|
400, "Bad Request", "random",
|
||||||
self.PUT, url, "")
|
self.PUT, url, "")
|
||||||
return d
|
return d
|
||||||
|
del test_PUT_NEWDIRURL_localdir_missing
|
||||||
|
|
||||||
def test_POST_upload(self):
|
def test_POST_upload(self):
|
||||||
d = self.POST(self.public_url + "/foo", t="upload",
|
d = self.POST(self.public_url + "/foo", t="upload",
|
||||||
@ -994,6 +995,7 @@ class Web(WebMixin, unittest.TestCase):
|
|||||||
# you just uploaded.
|
# you just uploaded.
|
||||||
return d
|
return d
|
||||||
test_POST_upload_no_link_whendone.todo = "Not yet implemented."
|
test_POST_upload_no_link_whendone.todo = "Not yet implemented."
|
||||||
|
del test_POST_upload_no_link_whendone
|
||||||
|
|
||||||
def test_POST_upload_mutable(self):
|
def test_POST_upload_mutable(self):
|
||||||
# this creates a mutable file
|
# this creates a mutable file
|
||||||
|
Loading…
Reference in New Issue
Block a user