Metadata-Version: 2.3
Name: hs-test-python
Version: 11.0.30
Summary: A framework that simplifies testing educational projects for Hyperskill with features like black box testing, multiple test types support, and learner-friendly feedback generation.
Author: Hyperskill Team
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
Requires-Dist: pandas (==2.2.3)
Requires-Dist: psutil (==7.0.0)
Requires-Dist: scipy (==1.15.3)
Requires-Dist: seaborn (==0.13.2)
Description-Content-Type: text/markdown

# hs-test-python
It is a framework that simplifies testing educational projects for [Hyperskill](https://hyperskill.org).

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, Django, Flask, Matplotlib)
* 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-python/wiki

