Skip to content

Releases: programmfabrik/apitest

pre_process enhancements

11 Dec 18:32
Compare
Choose a tag to compare
v0.99.0

Merge branch 'develop'

Happy go get release

10 Dec 16:14
Compare
Choose a tag to compare
v0.98.0

Merge branch 'develop'

apitest with file_csv pointer support

10 Dec 16:10
Compare
Choose a tag to compare
v0.97.0

Merge branch 'develop'

Prevent test failure when not expecting response and it is not in JSON format

29 Jul 12:08
0baac20
Compare
Choose a tag to compare

When not expecting a response in a test, and the response was not in JSON format, a parse error would lead to a test failure.
Added checks for not expected responses in test cases so the response body is not tried to be parsed into JSON for the response check.
It includes collect_response and break_response keys too, and the response is still required by default to have a 200 status code.

Fixed manifest parse error line not showed on large files

09 Jul 13:07
a488b22
Compare
Choose a tag to compare

When having large manifest files (long field lines in fact), the text scanner failed silently, so all lines from there were skipped
This only affected the output of malformed manifest files so far
The buffer for the scanner has been increased to support larger lines/files
An error/advice has been added for those files that still exceed such increased limit

server_url, no-content-length

08 Jul 16:33
Compare
Choose a tag to compare
  • Includes updated template function server_url
  • Adds a new URL parameter no-content-length for the integrated HTTP server

Fix exit codes

03 Jul 09:05
e913e1c
Compare
Choose a tag to compare

The exit code was always 0 regardless of the test outcome
Now it's 0 only if the tests are successful

Control structure fix + Reverse Test Result option

02 Jul 15:24
b422a56
Compare
Choose a tag to compare
  • The :control key for tests over arrays has been fixed
  • Added new test case parameter reverse_test_result (see README.md for more)

Releases replace_host & server_url

30 Jun 15:31
Compare
Choose a tag to compare
0.91.0

Improved wording in README

v0.90.0

22 Jun 08:54
Compare
Choose a tag to compare
Merge branch 'develop'