Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

File metadata and controls

21 lines (16 loc) · 1.12 KB

✅ 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