DEV Community

Discussion on: Jan. 17, 2020: What did you learn this week?

Collapse
 
amorpheuz profile image
Yash Dave

I read up on how to write unit tests for python via unittest! Also learnt how to get docker images running.

Completely off-topic and weirdly I finally sought out why my keyboard keeps correcting "learned" to "learner" and whether it actually is a word (vs. learnt) after being inspired by this thread while typing out the actual comment 🤣🤣🤣

Collapse
 
stavshamir profile image
Stav Shamir

Good job, test are important! Checkout pytest as well, it's a great python unit testing framework