update doc

This commit is contained in:
Daniel 2023-12-06 12:59:02 +01:00
parent 1fb1d4adfb
commit 95c7a19edd

View file

@ -1,9 +1,5 @@
# regarding conftest: # This file is registered as a pytest plugin, meaning it will automatically loaded.
# If you have conftest.py files which do not reside in a python package directory # All fixtures in this file will be available without manual loading.
# (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.
import os import os
from imaplib import IMAP4_SSL from imaplib import IMAP4_SSL