1013/5000
Hello everyone, how are you?
This is my weekly summary.
"" "
What did i do last week
This week multiplatform checks were made, the tests were continued trying to advance with the coverage.
This week
For this week the tests will continue and the operation of the m2crypto unit will be analyzed with the project
Comments
I had a warning running the tests with unittest.
ResourceWarning: unclosed ssl.SSLSocket
Apparently the connection would not be closing during the execution of the tests and I found this,
because Python requests a design option, there is a warning about a connection that is not closed when running the tests:
https://github.com/kennethreitz/requests/issues/3912
A solution would be, suppress the warning as discussed in:
https://github.com/kennethreitz/requests/issues/1882
"" "
Regards and Good week!