Skip to content

Releases: hyperskill/hs-test

v11.0.0

16 Nov 14:56
4583645
Compare
Choose a tag to compare

Added support C++ in the projects.
HSPC-113

hs-test v10.0.3

24 Mar 07:41
0b5d326
Compare
Choose a tag to compare

HSPC-65 Error No class found with annotation org.springframework.boot.autoconfigure.SpringBootApplication when starting Kotlin/Spring projects

hs-test v10.0.2

22 Feb 18:35
Compare
Choose a tag to compare

HSPC-61. Allow to disable idle initial wait time before passing an input to the program that is being tested as an external process.

hs-test v10.0.1

12 Dec 07:39
Compare
Choose a tag to compare

prioritize MainModuleExecutor for scala apps

hs-test v10.0.0

10 Oct 10:42
739ea31
Compare
Choose a tag to compare
Merge pull request #133 from hyperskill/master

Release 10.0.0

hs-test v9.0.2

21 Apr 13:06
Compare
Choose a tag to compare
Fix initial idle wait

hs-test v9.0.1

03 Feb 11:17
Compare
Choose a tag to compare

Fix Jitpack builds

hs-test v9

28 Jan 15:54
Compare
Choose a tag to compare

Support testing solutions written in different languages.
The first supported set of languages: JavaScript, Go, Python and bash

hs-test v8.2

01 Sep 12:51
Compare
Choose a tag to compare

Testing library hs-test version 8.2

hs-test v8.1

23 Apr 18:33
Compare
Choose a tag to compare

Testing library hs-test version 8.1

The main goal of the release is to be able to test the user's program from the command-line interface.
Call StageTests main method` to launch checking and the library will find all the tests and execute them.

Command-line example: java -cp hs-test-8.1.jar:... org.hyperskill.hstest.stage.StageTest