Diferència entre revisions de la pàgina «Unit Tests en Python»
Salta a la navegació
Salta a la cerca
Línia 8: | Línia 8: | ||
* [http://stackoverflow.com/questions/323972/is-there-any-way-to-kill-a-thread-in-python Parant un thread en Python] | * [http://stackoverflow.com/questions/323972/is-there-any-way-to-kill-a-thread-in-python Parant un thread en Python] | ||
* [http://stackoverflow.com/questions/14260101/unittesting-cherrypy-webapp Fent unit testing amb CherryPy] | * [http://stackoverflow.com/questions/14260101/unittesting-cherrypy-webapp Fent unit testing amb CherryPy] | ||
+ | * [https://docs.python.org/2/library/httplib.html Crides HTTP en Python (httplib)] | ||
<br> | <br> | ||
Revisió del 22:01, 22 abr 2015
Introducció
Referències:
- Python unittest module
- Threading amb Python
- Parant un thread en Python
- Fent unit testing amb CherryPy
- Crides HTTP en Python (httplib)
Llibreria unittest en Python
Convé llegir la documentació oficial de la llibreria unittest de Python.
Utilitzarem la llibreria per realitzar alguns tests sobre un Web Services, en concret el Web Services: exemple Escacs.