issues
search
JamitLabs
/
Jetworking
A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4
stars
3
forks
source link
#32 remove test dependency for plain requests
#76
Closed
JensK611
closed
3 years ago
JensK611
commented
3 years ago
This MR is improving the test setup.
It adds a MockExecuter to run requests without need of a server
It adds a MockURLProtocol to test async and sync requests
Improved test coverage over 80%
Removed the Server dependency for testing plain requests
In the future we should add a test framework for removing the download and upload dependencies
This MR is improving the test setup.