This commit adds automated testing for endpoints in the API. Endpoints are tested for status code 200 to ensure they are
functioning correctly. Added pytest fixtures and parametrized test cases for better organization and scalability.
To test, run 'poetry run pytest' in the root directory of the project.
This commit adds automated testing for endpoints in the API. Endpoints are tested for status code 200 to ensure they are functioning correctly. Added pytest fixtures and parametrized test cases for better organization and scalability. To test, run 'poetry run pytest' in the root directory of the project.