February 02, 2015
Sometimes, when you're doing tests for your application you have to be careful with the code that you're testing.
Sometimes, when you're doing tests for your application you have to be careful with the code that you're testing.
I've been working with some methods to test my code for the last months. Now, I'm going to talk about of how to mock the python datetime module.
Hace tiempo ya habia estado hablando de las formas de comunicación entre cliente y servidor las cuales hoy en dia es imprescindible hacer uso de técnicas que ayuden a una comunicación asincrona entre el propio server-cliente/cliente-server.