automators-com / aigent

Generate tests for you application using an autonomous AI agent
GNU General Public License v3.0
3 stars 0 forks source link

Fix dotenv loading #9

Closed RatulMaharaj closed 1 month ago

RatulMaharaj commented 1 month ago

This pull request introduces changes to improve the environment variable loading mechanism and remove redundant load_dotenv calls from multiple files. The key changes include centralizing the loading of environment variables in the __init__.py file and cleaning up the other files accordingly.

Environment variable management:

Code cleanup: