brendan.mcdevitt.tech/_100-days-of-code/2018-01-01-100-days-of-code-day004.markdown

521 B

layout title date categories
post day 4 2018-01-04 programming

100 Days of Code

Day 4:

Today I worked on some more unit tests with a program I am building at work. I learned a good deal about unit test calls and the different assert options you can pass. I also looked further into the discord python library and copied some of the example bots into an examples directory in my repo. I will need to experiment further with those and look up more information on asyncio and how to properly use it.