hs-test
hs-test copied to clipboard
A framework that simplifies testing educational projects for Hyperskill. It is built on top of JUnit.
Bumps the all-actions group with 1 update: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `gradle/gradle-build-action` from 2 to 3 Release notes Sourced from gradle/gradle-build-action's releases. v3.0.0-rc.1 First release candidate of gradle/[email protected]. This release candidate will...
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32. Changelog Sourced from org.projectlombok:lombok's changelog. v1.18.32 (March 20th, 2024) PLATFORM: Initial JDK22 support added. PLAFTORM Added support for Eclipse 2024-03. [Issue #3620](projectlombok/lombok#3620). PLATFORM: Added...
SQLite Viewer (171, java), Stage 4 https://stepik.org/submissions/2023950/498696265?search=130027702 https://stepik.org/submissions/2023950/498696052?search=130027702
Example https://stepik.org/submissions/593782/512206807?search=151395156
Solution: https://stepik.org/submissions/600613/322567004 Feedback: ``` Unexpected error in test #1 We have recorded this bug and will fix it soon. Submitted via IDE OS Windows 10 Java 11.0.8 Vendor JetBrains s.r.o....
Example: ``` TestedProgram server1 = new TestedProgram("chat.server"); TestedProgram client1 = new TestedProgram("chat.client"); ``` Will result in executing the same class if the user haven't created `chat/server` and `chat/client` packages and...
Now, Fatal error is shown, but Wrong answer should be shown with the appropriate feedback
hs-test: 1. Replace `DynamicTestingMethod` with `DynamicTest` hs-test-python: 1. Replace `TestPassedException` with `TestPassed` 2. Replace `WrongAnswerException` with `WrongAnswer` 3. Replace `from hstest.exceptions.TestPassed` with `from hstest.exception.TestPassed` 4. Replace `from hstest.exceptions.WrongAnswer` with `from...
https://stepik.org/submissions/625273/339458574 https://stepik.org/submissions/625273/339466251 https://stepik.org/submissions/625273/339454822 https://stepik.org/submissions/625273/339465385 https://stepik.org/submissions/625273/339460316 ``` Unexpected error in test #1 We have recorded this bug and will fix it soon. Submitted via IDE OS Windows 10 Java 11.0.7 Vendor...