what is unit testing?
the smallest testable part of an application is individually & independently trsted.
what is integration testing?
testing larger parts of an app to make sure they behave correctly together.
command to test django app
python manage.py test