Add pytest library to install in setup.py
While setup the repository the pytest module is not getting installed and we have to install it separately.
I suggest to include pytest library by default in setup.py so that it gets installed by default and user doesnot have to install it separately in case of runnings the tests