-
Requirements:
- Before running the application, install the dependencies listed in
requirements.txt:pip install -r requirements.txt
- Before running the application, install the dependencies listed in
-
Obtaining an API Key:
- Obtain an API key from Mistral. (https://auth.mistral.ai/ui/login)
-
Running the Application:
- Run the
test_generator.pyfile:python test_generator.py
- In the pop-up window, first enter the obtained
api_key. - Then, select the folder containing the code to be tested.
- Run the
-
Folder Selection:
- The selected folder should contain layers like
applicationandservice. - Choose the project that includes service methods and
use cases.
- The selected folder should contain layers like
-
Ready to Use:
- Once the API key is entered and the appropriate folder is selected, the test agent is ready for use.
- The application is currently optimized only for .NET projects.
- Support for additional programming languages will be added in the future.
- If you encounter any issues within the application, feel free to open an issue.
- If you'd like to make corrections, contribute by creating a pull request.