Add missing tests and check that required formula exist at runtime
Compare changes
- Stéphane Del Pino authored
Since connect_socket_server is called by a thread, this may produce a race condition which gives variable test number results and eventually produce test crashes. One must not use REQUIRE* or CHECK* inside separate threads.
+ 3
− 3
@@ -48,7 +48,9 @@ TEST_CASE("SocketModule", "[language]")
@@ -56,8 +58,6 @@ TEST_CASE("SocketModule", "[language]")