Skip to content

Releases: ruc-course-development/contest

2024.8.0

23 Aug 03:50
eb79f3e
Compare
Choose a tag to compare
  • Configure primary test process after setup steps.

2021.11.0

05 Nov 23:57
Compare
Choose a tag to compare
  • Fix logging when test fails during comparing ofstreams

2021.9.8

26 Sep 19:57
Compare
Choose a tag to compare
  • properly handle empty option for streams
  • add ignore option for streams
  • cleanup logging

2021.9.7

22 Sep 04:23
Compare
Choose a tag to compare
  • Version fix

2021.9.6

22 Sep 04:20
Compare
Choose a tag to compare
  • handle errors when files to be tested are missing

2021.9.4

15 Sep 01:27
Compare
Choose a tag to compare
  • 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

13 Sep 02:40
Compare
Choose a tag to compare
  • Add capability to run setup steps before running a test case

2021.9.1

12 Sep 04:34
Compare
Choose a tag to compare
  • Add resource capability to copy files into test directories

2021.9.0

11 Sep 02:24
Compare
Choose a tag to compare
  • Fix bug on some platforms due to gratuitous f-string prefix.
  • Add Python 3.8 to testing

2020.1.0

29 Jan 02:20
Compare
Choose a tag to compare
  • 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