hs-test icon indicating copy to clipboard operation
hs-test copied to clipboard

Deprecations in v8, for removal in the future

Open aaaaaa2493 opened this issue 4 years ago • 0 comments

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 hstest.exception.WrongAnswer

aaaaaa2493 avatar Dec 22 '20 16:12 aaaaaa2493