-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vladimir Turov
authored
Jan 18, 2021
1 parent
d5ada1b
commit 5b3627e
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# hs-test | ||
It is a small framework that simplifies testing educational projects for [Hyperskill](https://hyperskill.org). It is built on top of JUnit. | ||
It is a framework that simplifies testing educational projects for [Hyperskill](https://hyperskill.org). It is built on top of JUnit. | ||
|
||
It is required to use for Hyperskill projects. Main features: | ||
- black box testing (only need to know user's main method) | ||
- multiple types of tests in a simple unified way (without stdin, with stdin, files, swing) | ||
- generating learner-friendly feedback (filtering stack-traces, hints) | ||
It is required to use for Hyperskill projects. The main features are: | ||
* black box testing | ||
* multiple types of tests in a simple unified way (without stdin, with stdin, files, Swing, Spring) | ||
* generating learner-friendly feedback (filtering stack-traces, hints) | ||
|
||
To learn how to use this library you can go here: | ||
https://github.com/hyperskill/hs-test/wiki |