extend and speed up testing in Makefile #331
Labels
good first issue
relatively simple changes, good for first time contributors
help wanted
maintenance
issues related to project maintenance, CI, documentation, etc.
Milestone
the
Makefile
currently uses simplesleep
to wait for server start for testingimplement a mechanism that will poll the system to detect when the socket is actually opened instead (e.g. using
netstat
)also extend the tests related to
tls.py
The text was updated successfully, but these errors were encountered: