From a0b51ecae73df7f29fdc7d0d455b03d79bb51165 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 6 Jan 2021 20:22:00 +0100 Subject: [PATCH] add unitest titile --- IT/python/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IT/python/index.md b/IT/python/index.md index 049cf1c..b12c90f 100644 --- a/IT/python/index.md +++ b/IT/python/index.md @@ -12,3 +12,6 @@ https://github.com/gto76/python-cheatsheet/blob/master/README.md ## tips - pprint permet d afficher vos structure de données - la fonction dir() permet de lister les attribut d un +## unitest +### lancer une suite de tests +```python -m unittest tests.suite``` \ No newline at end of file