added tests for function call with location
This commit is contained in:
parent
376fafa171
commit
f4b8029593
2 changed files with 138 additions and 8 deletions
|
|
@ -13,3 +13,14 @@ def test_folder_creation():
|
|||
print(test_pdf_project_manager.uuid)
|
||||
assert os.path.isdir('/app/projects/' + test_pdf_project_manager.uuid)
|
||||
|
||||
|
||||
def test_Projecttest_1():
|
||||
|
||||
"""
|
||||
test_project = pdf_project_manager()
|
||||
print(test_pdf_project_manager.uuid)
|
||||
assert os.path.isdir('/app/projects/' + test_pdf_project_manager.uuid)
|
||||
"""
|
||||
|
||||
assert True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue