flake8
passed.
JSHint
passed.
Review Request #12314 — Created May 31, 2022 and submitted
This makes three changes designed to help ensure the right environment
is in use when running unit tests:
conftest.py
now sets the Python Path before importingdjango
or
pytest
, helping avoid anything important from loading before we
have the correct path.
pytest
is now told to use the current directory as the default
Python Path.To enable that, we now depend on
pytest~=7.1.2
on Python 3.
Unit tests pass.
Summary | ID |
---|---|
b6dc05e448802f34a77351d3448b0ef7cd41c6ac |