Update aut.py
This commit is contained in:
parent
e80774ccce
commit
7776869131
|
@ -26,6 +26,7 @@ def application_logs():
|
|||
for app_data in configs.testpath.STATUS_DATA.iterdir():
|
||||
for log in (app_data / 'logs').glob('*.log'):
|
||||
allure.attach.file(log, name=str(log.name), attachment_type=allure.attachment_type.TEXT)
|
||||
log.unlink()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Reference in New Issue