Releases: kvas-it/pytest-console-scripts
Releases · kvas-it/pytest-console-scripts
1.4.1
1.4.0
What's Changed
- Fix typo by @kianmeng in #55
- Add code highlights to README.md. by @HexDecimal in #59
- Drop end-of-life Python 3.6 and fix CI. by @HexDecimal in #61
- Add type-hinting, newer Python versions, and test on Windows. by @HexDecimal in #62
- Use importlib.metadata for entry points. by @HexDecimal in #64
- Run CI for pull requests by @kvas-it in #65
- Trigger CI tests on push and on pull request activity. by @HexDecimal in #66
- Convert into a typed package. by @HexDecimal in #67
- Add code coverage reports and upload them. by @HexDecimal in #68
- Refactor main fixture to act more like subprocess. by @HexDecimal in #69
- Wrap PathLike's in a sequence on Python 3.7 for subprocess.run. by @HexDecimal in #70
New Contributors
- @kianmeng made their first contribution in #55
- @HexDecimal made their first contribution in #59
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
- Remove use of external mock by @s-t-e-v-e-n-k in #53
New Contributors
- @s-t-e-v-e-n-k made their first contribution in #53
Full Changelog: 1.3...1.3.1
v1.3
version 1.2.2
- Delay console script import to avoid overwriting global logging by @NymanRobin in #48
- Add print method to run result - #49 by @kvas-it in #50
Full Changelog: 1.2.0...1.2.2