Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.21 KB

File metadata and controls

36 lines (27 loc) · 1.21 KB

Unit Test Agent

Installation and Usage

  1. Requirements:

    • Before running the application, install the dependencies listed in requirements.txt:
      pip install -r requirements.txt
  2. Obtaining an API Key:

  3. Running the Application:

    • Run the test_generator.py file:
      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.
  4. Folder Selection:

    • The selected folder should contain layers like application and service.
    • Choose the project that includes service methods and use cases.
  5. Ready to Use:

    • Once the API key is entered and the appropriate folder is selected, the test agent is ready for use.

Supported Technologies

  • The application is currently optimized only for .NET projects.
  • Support for additional programming languages will be added in the future.

Feedback and Contributions

  • 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.