From 5b3627e068ceb8476adef260fe8ef0f74b8cb5ff Mon Sep 17 00:00:00 2001 From: Vladimir Turov Date: Mon, 18 Jan 2021 19:47:59 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49892d5f..78842ca6 100644 --- a/README.md +++ b/README.md @@ -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