testStressServerConnectOnly WIP

This commit is contained in:
Efim Poberezkin
2022-02-16 20:35:19 +04:00
parent a599ef9e9b
commit d0e3e7280b
4 changed files with 97 additions and 7 deletions
-2
View File
@@ -6,6 +6,4 @@ import Test.Hspec
main :: IO ()
main = do
createDirectoryIfMissing False "tests/tmp"
hspec $ describe "SimpleX chat client" chatTests
removeDirectoryRecursive "tests/tmp"