지금(23.05.14) 와서 적으려니깐 기억이 잘 나지 않는다.

A *fixture* is a collection of files that contain the serialized contents of the database. 라고 나와있다.
→ 데이터베이스의 직렬화된 내용을 포함하는 파일 모음Fixtures can be used to pre-populate database with data for tests or to provide some initial data. 로 나와있다.
→ Fixtures는 테스트 용 데이터로 데이터베이스를 미리 채우 거나 일부 초기 데이터를 제공하는 데 사용할 수 있습니다