Contribute Media
A thank you to everyone who makes this possible: Read More

Test Tout Terrain (Python edition)

Description

# Tests Tout Terrain Je fais des tests, mais: - Stubs, mock, fake je suis un peu paumé... - les tests unitaire, fonctionnels, techniques, de perfs, d'intégration c'est cher. - ca met 40 plombes! - Je débute, et franchement je ne sais pas par ou commencer. - legacy! def test_la_conf_TTT(): #Arrange participants = genere_des_participants(2,100) #au moins 2 orgas! #Act participants.viens_a_la_conf_TTT() #Assert for participant in participants: assert participant.a_appris_un_truc_sur_les_tests

Details

Improve this page