DEV Community

Jesse Phillips
Jesse Phillips

Posted on

2

Hobby Project: Adding CI

#ci

This next session was to get some tests up and running. As it is 2020 this means adding a CI system (which is not continuous integration).

First thing I did was to refactor the query method so I can verify parsing out the data I am interested in. I don't really view this as a valuable test, but I now have a helper method to hide the deserialization in.

I created merge request 1 which includes steps for unittesting and build. Which has already paid dividends as I forgot files and parts of files. This allows me to work through desired changes.

Next I expect I'll be building out how I want to write out the articles and their Metadata.

Top comments (0)

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay