Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

✅ Python — Testing & Best Practices

Test unitari, logging, gestione delle eccezioni, code quality e best practice per scrivere Python professionale e robusto.

📌 Argomenti chiave

  • unittest, pytest, TDD
  • Logging: configurazione, handler, multiple destinations
  • Exception handling: patterns, chaining, custom exceptions
  • Docstrings e documentazione del codice
  • Best practice: naming, type hints, anti-pattern comuni
  • Moduli, import e organizzazione del progetto

🔗 File consigliati