Skip to content

Releases: keboola/datadir-tests

5.6.0

20 Oct 08:03
d43f765
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.5.1...5.6.0

5.5.1

10 Nov 15:36
43e2145
Compare
Choose a tag to compare

What's Changed

  • Fix AbstractDatadirTestCase constructor arguments to match the parent by @pepamartinec in #39

New Contributors

Full Changelog: 5.5.0...5.5.1

5.5.0

06 Sep 13:23
78a8bb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.4.0...5.5.0

5.4.0

11 Apr 07:49
be36aed
Compare
Choose a tag to compare
  • allow passing runId to the script run

5.3.0

01 Mar 13:00
12304c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.1...5.3.0

5.2.1: Merge pull request #30 from keboola/pivnicek-err-msg

30 Nov 19:24
be02e9d
Compare
Choose a tag to compare

5.2.0

10 Sep 12:33
9b2bf6d
Compare
Choose a tag to compare

Changelog

  • Placeholders are replaced by env variables in config.json (#29).

5.1.1

09 Sep 12:03
9c77d87
Compare
Choose a tag to compare

Changelog

  • Added method AbstractDatadirTestCase::modifyConfigJsonContent (#28).

5.1.0

09 Sep 11:30
72bbbab
Compare
Choose a tag to compare

Changelog

  • Added support for optional expected-stdout and expected-stderr files.
  • BC break: stdout and stderr are compared with expectations using assertStringMatchesFormat instead of assertSame, so placeholders can be used.
  • PR #27

5.0.0

19 Mar 14:07
ed345fd
Compare
Choose a tag to compare

Changelog

  • return process from runTestWithCustomConfiguration method