#!/bin/sh

set -e

cd /usr/share/doc/python3-factory-boy/examples/django_demo
python3 manage.py test
