fixture

정은경·2021년 4월 2일
0

🎸 Play the Django 

목록 보기
49/57

fixture

테스팅을 하는 데 있어서 필요한 부분들 혹은 조건들을 미리 준비해놓은 리소스/코드

장고에서 fixture 생성

python manage.py dumpdata [앱이름].[앱의 모델이름] --indent [INDENT] > [생성할 필스처 파일 이름].json

$ python manage.py dumpdata auth.Group --pk 1 --indent 4 > group.json

fixture 데이터가 크니깐 테스트가 시작할 기미가 안보임-.-

https://stackoverflow.com/questions/11135832/limiting-the-amount-of-fixtures-in-django-dumpdata

Reference

profile
#의식의흐름 #순간순간 #생각의스냅샷

0개의 댓글