Releases: ruc-course-development/contest
Releases · ruc-course-development/contest
2024.8.0
- Configure primary test process after setup steps.
2021.11.0
- Fix logging when test fails during comparing
ofstreams
2021.9.8
- properly handle
empty
option for streams
- add
ignore
option for streams
- cleanup logging
2021.9.6
- handle errors when files to be tested are missing
2021.9.4
- Update file comparisons
- added
type
field; default is text
- supports
binary
and image
- binary checks byte streams, image uses
Pillow
to compare image contents (avoids checking embedded metadata)
2021.9.3
- Add capability to run setup steps before running a test case
2021.9.1
- Add resource capability to copy files into test directories
2021.9.0
- Fix bug on some platforms due to gratuitous
f-string
prefix.
- Add Python 3.8 to testing
2020.1.0
- Support only Python 3.6, 3.7, 3.8
- Automatically adjust paths for executable and input paths
- Add ability to configure env
- Add ability to fail on first error
- Add ability to configure streams:
- compare maximum number of lines
- offset for which line to start at
- check if a stream is explicitly empty or nonempty