Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Turov authored Jan 18, 2021
1 parent d5ada1b commit 5b3627e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
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

0 comments on commit 5b3627e

Please sign in to comment.