Diferència entre revisions de la pàgina «Unit Tests en Python»

De Cacauet Wiki
Salta a la navegació Salta a la cerca
(Es crea la pàgina amb « == Introducció == ... <br> == Llibreria unittest en Python == Convé llegir la [https://docs.python.org/2/library/unittest.html documentació oficial de la llibrer...».)
 
Línia 1: Línia 1:
  
 
== Introducció ==
 
== Introducció ==
...
+
 
 +
 
 +
Referències:
 +
* [https://docs.python.org/2/library/unittest.html Python unittest module]
 +
* [http://pymotw.com/2/threading/ Threading amb 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]
 
<br>
 
<br>
 
  
 
== Llibreria unittest en Python ==
 
== Llibreria unittest en Python ==

Revisió del 17:45, 22 abr 2015

Introducció

Referències:


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.