xrefcheck/ftp-tests
Anton Sorokin b412781020
[#149] Replace hspec with tasty
Problem: `hspec` and `tasty` are testing frameworks with
almost same functionality,
for historical reasons in xrefcheck we  used different frameworks
for tests and links-tests, and in Serokell we prefer `tasty` now.

Solution: use only `tasty`,
 rewrite code that use `hspec` using correspondance between
 - `testGroup` and `describe`
 -  `testCase` and `it`
 - `shouldBe` and `@?=`
2022-09-25 18:51:41 +03:00
..
ftp_root [#149] Replace hspec with tasty 2022-09-25 18:51:41 +03:00
Test/Xrefcheck [#149] Replace hspec with tasty 2022-09-25 18:51:41 +03:00
Main.hs [#149] Replace hspec with tasty 2022-09-25 18:51:41 +03:00
Tree.hs [#149] Replace hspec with tasty 2022-09-25 18:51:41 +03:00