From 95c7a19eddae80aec3ed949ab76cd3f2329828f0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 6 Dec 2023 12:59:02 +0100 Subject: [PATCH] update doc --- pytest_abra/pytest_abra.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pytest_abra/pytest_abra.py b/pytest_abra/pytest_abra.py index e2f28ae..aebfdee 100644 --- a/pytest_abra/pytest_abra.py +++ b/pytest_abra/pytest_abra.py @@ -1,9 +1,5 @@ -# regarding conftest: -# If you have conftest.py files which do not reside in a python package directory -# (i.e. one containing an __init__.py) then “import conftest” can be ambiguous -# because there might be other conftest.py files as well on your PYTHONPATH or -# sys.path. It is thus good practise for projects to either put conftest.py under -# a package scope or to never import anything from a conftest.py file. +# This file is registered as a pytest plugin, meaning it will automatically loaded. +# All fixtures in this file will be available without manual loading. import os from imaplib import IMAP4_SSL