added tests for function call with location

This commit is contained in:
Niklas Müller 2024-01-05 17:43:28 +01:00
parent 376fafa171
commit f4b8029593
2 changed files with 138 additions and 8 deletions

View file

@ -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