我正在尝试通过使用来加速测试运行时pytest-xdist
,以前我使用 pytest、pytest-django 来运行测试,
安装后pytest-xdist
,我面临的一个问题是大多数测试都失败,并显示关系不存在的消息
pytest -n auto accounts/tests
例如
psycopg2.errors.UndefinedTable: relation "auth_user" does not exist
我猜有错误说数据库不存在:
django.db.utils.OperationalError: FATAL: database "test_dev" does not exist
但有趣的是一些测试正在通过:(