Update cabinets and document_index api views docstrings. Update multi level docstrings as per Python best practices.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
f44fbe5687
commit
de65d96fe2
@@ -79,7 +79,6 @@ class DocumentUploadTestCase(GenericDocumentViewTestCase):
|
||||
Test uploading of documents by granting the document create
|
||||
permssion for the document type to the user
|
||||
"""
|
||||
|
||||
self.login_user()
|
||||
|
||||
# Create an access control entry giving the role the document
|
||||
@@ -226,7 +225,6 @@ class NewDocumentVersionViewTestCase(GenericDocumentViewTestCase):
|
||||
- Link to upload version view should not resolve
|
||||
- Upload version view should reject request
|
||||
"""
|
||||
|
||||
self.login_admin_user()
|
||||
|
||||
NewVersionBlock.objects.block(self.document)
|
||||
|
||||
Reference in New Issue
Block a user