Files
AutoGPT/tests/conftest.py
Merwane Hamadi eb5a8a87d8 add decorator to tests
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-04-23 00:45:53 +02:00

6 lines
95 B
Python

from dotenv import load_dotenv
load_dotenv()
# Your other pytest configurations and fixtures