From 7ecc145eb30ae7192c7efbed4aa1684fda7140ec Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Dec 2023 13:27:36 +0100 Subject: [PATCH] update docstring --- pytest_abra/dir_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest_abra/dir_manager.py b/pytest_abra/dir_manager.py index fb29e4d..1ff4c11 100644 --- a/pytest_abra/dir_manager.py +++ b/pytest_abra/dir_manager.py @@ -10,11 +10,11 @@ class DirManager: The structures is as follows: tests dir/ - session_dir-1/ + session_id-1/ records results states - session_dir-2/ + session_id-2/ records ... """