본문 바로가기
IT-개발,DB

python django Testing

by SB리치퍼슨 2021. 2. 27.

Install testing requirements.$ pip install -r requirements.txt

Run with runtests.

$ ./runtests.py

You can also use the excellent tox testing tool to run the tests against all supported versions of Python and Django. Install tox globally, and then simply run:

$ tox

반응형

댓글