- Set pytest limit to
>=7
. - Fix a pytest warning with
from_parent
.
- Set pytest limit to
>=5.4,<8
. - Upgrade dependencies in Pipfile and its lock.
- Enable GitHub actions.
- Delete
.travis.yml
and.appveyor.yml
- Fix cache missing.
- Upgrade pytest to 5.4+, fix a warning.
- Support python 3.6+ only, abandon 3.5
- Use Pipfile with
pipenv
- Fix coverage missing lines.
- 100% test coverage.
- Fix a crash when yapf crash.
- Change development status to stable.
- Skip running if a file is not changed.
- Add more usage description in README.
- Add
yapf
as a pytest marker to enablepytest -m yapf
- Support
yapf-ignore
to ignore specified files - Fix a probabilistic issue caused by
\r
- Display
YAPF-check
as the error session name - Display
::YAPF
inpytest --verbose
Since forked from pytest-yapf 0.1.1
, there are some improvements: