You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 9091744 most of the core functionality is now tested end-to-end, including the Request API.
As Covert meanwhile uses the check action to verify the contents of a Review against its Implementation, the test coverage got pretty high.
Some Network Protocols have still to be tested, in particular:
stealth/protocol/HTTP:
HTTP.upgrade()
stealth/protocol/HTTPS:
HTTPS.upgrade()
stealth/protocol/WS:
WS.receive()
WS.upgrade()
stealth/protocol/WSS:
WSS.upgrade()
WSS.receive()
Currently, I have no idea how to implement those tests, as all of them are quite complicated in their handled network states and asynchronous interactions with them on the counter-part.
The
request/*.mjs
Modules need reviews.Blocker.check
Downloader.check
Downloader.download
Optimizer.check
Optimizer.optimize
Additionally, the following Core Implementations need reviews, too:
The text was updated successfully, but these errors were encountered: