Description
When invoke test generation and selects pytest as a 'Test framework' it's not automatically added to the project and user has to add it manually to the project.
Expected behavior
This is a minor enhancement is to suggest to automatically add pytest package to the project automatically when user selects pytest as a 'Test framework'.
For example see how it looks in Java project when user has no selected framework.

This also may warn user that she tries to use framework which is not installed in the project yet.