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