django testing Flashcards

1
Q

what is unit testing?

A

the smallest testable part of an application is individually & independently trsted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is integration testing?

A

testing larger parts of an app to make sure they behave correctly together.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

command to test django app

A

python manage.py test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly