Testing with unittest | Python Code

Pubblicato il: 11 marzo 2020
sul canale di: jobstr
31
2

Testing code can be repetitive and if done maunually it can lead to errors being missed. Use unittest to run standard tests of your functions.
This is not a tutorial, more a 'demonstration' of how quickly you can test your program's function(s) and use the various options available to check for True, False, Equal and many more.


I've used IDLE as the IDE and Windows 10 as the OS (VM was busy running Linux for a special mission).


There is no need for any specific IDE or OS, the tests will work regardless.


If you check the Python documentation they show an example with some expected results (assertions) and some tests (steps).


This is my first adventure into the world of testing, but I like it, as it is a nice example of automation. Please comment / offer advice if you like to.


And remember : Take the time out to f label things


#Python #Code #Sotwaretesting

Check out the Minimalist online python IDE :
https://epyco.herokuapp.com/
https://epico.herokuapp.com/

Buy Dr Pi a Coffee...or Tea! : https://www.buymeacoffee.com/DrPi


In questa pagina del sito puoi guardare il video online Testing with unittest | Python Code della durata di ore minuti seconda in buona qualità , che l'utente ha caricato jobstr 11 marzo 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 31 volte e gli è piaciuto 2 spettatori. Buona visione!