Releases: keboola/datadir-tests
Releases · keboola/datadir-tests
5.6.0
5.5.1
What's Changed
- Fix AbstractDatadirTestCase constructor arguments to match the parent by @pepamartinec in #39
New Contributors
- @pepamartinec made their first contribution in #39
Full Changelog: 5.5.0...5.5.1
5.5.0
5.4.0
5.3.0
What's Changed
- Migrate to GH Actions by @ondrajodas in #32
- Upgrade php to version 8 by @ondrajodas in #33
Full Changelog: 5.2.1...5.3.0
5.2.1: Merge pull request #30 from keboola/pivnicek-err-msg
- minor error message fix
5.2.0
5.1.1
5.1.0
Changelog
- Added support for optional
expected-stdout
andexpected-stderr
files. - BC break:
stdout
andstderr
are compared with expectations usingassertStringMatchesFormat
instead ofassertSame
, so placeholders can be used. - PR #27
5.0.0
Changelog
- return process from runTestWithCustomConfiguration method