Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Changelog

## 0.1.3 (2021-07-31)

- Allow specifying a run path with `PYTEST_RUN_PATH` environment variable #29 (thanks to @michamos)

## 0.1.2 (2021-03-21)

- Fall back file path when ValueError on Windows #24
- ci: change Python version set #25
- doc: notice for Docker environments #27

## 0.1.1 (2020-10-13)

- Fix #21: stdout is captured by pytest-xdist #22 (thanks to @yihuang)

## 0.1.0 (2020-08-22)

- feat: better annotation structure (PR #14, thanks to @henryiii)

## 0.0.8 (2020-08-20)

- Convert relative path to path from repository root (fix #8 with PR #11 and #12, thanks to @henryiii)

## 0.0.7 (2020-08-20)

- Python 2.7 support

## 0.0.6 (2020-07-30)

- Enable this plugin only in GitHub Actions workflow

## 0.0.5 (2020-05-10)

- Remove unnecessary environment (PYTEST_PLUGINS) variable in README (thanks to @AlphaMycelium)

## 0.0.4 (2020-05-09)

- Always enabled whether or not in GitHub Actions workflow

## 0.0.3 (2020-05-09)

- Requires pytest >= 4.0.0

## 0.0.2 (2020-05-09)

- Add short description

## 0.0.1 (2020-05-09)

- First release
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include *.py
include LICENSE
include CHANGELOG.md