Releases: hyperskill/hs-test-python
Releases · hyperskill/hs-test-python
v11.0.1
add cibuildwheel configuration for automated wheel building
What's Changed
- Added library version validator by @polischuks in #41
- Added INSIDE_DOCKER parameter from ENV by @polischuks in #42
- added cpp executor and cpp searcher by @polischuks in #44
- Added support C++ in the projects by @polischuks in #45
- Bump actions/checkout from 3 to 4 in the all-actions group by @dependabot in #47
- Bump ruff from 0.4.4 to 0.4.8 by @dependabot in #52
- Bump ruff from 0.4.8 to 0.4.10 by @dependabot in #54
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #56
- Bump ruff from 0.4.10 to 0.5.0 by @dependabot in #57
- Bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 in the all-actions group by @dependabot in #58
- Bump matplotlib from 3.9.0 to 3.9.1 by @dependabot in #59
- Bump matplotlib from 3.9.1 to 3.9.2 by @dependabot in #70
- Bump ruff from 0.5.0 to 0.6.0 by @dependabot in #71
- feat: add cibuildwheel configuration for automated wheel building by @polischuks in #92
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v10.0.2...v11.0.1
v11.0.0
hs-test-python v10.0.2
HSPC-118 Added INSIDE_DOCKER parameter from ENV
hs-test-python v10.0.1
HSPC-60. Require the entry point of the app to contain package main (GoLang program)
HSPC-55. Allow to disable idle initial wait time before passing an input to the program that is being tested as an external process.
hs-test-python v10
Support unittest
hs-test-python v9
Support testing SQL projects
hs-test-python v8.0.1
Fix initial idle wait
hs-test-python v8
Support testing solutions written in bash
hs-test-python v7.0.1
Fix AttributeError: module 'hstest' has no attribute 'PlottingTest'
hs-test-python v7
Support testing graphics data when testing Data Science projects