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

Call pytest programmatically #12

Closed RatulMaharaj closed 1 month ago

RatulMaharaj commented 1 month ago

This pull request introduces a new utility function to capture pytest output and refactors the existing code to use this function. The most significant changes include importing the new utility function, modifying the test-running logic, and adding the new function.

Refactoring and new utility function: