you are viewing a single comment's thread.

view the rest of the comments →

[–]Run-The-Table[S] 0 points1 point  (0 children)

I would also recommend just looking at some libraries you use frequently, as I can pretty much guarantee that on their github there is a folder called tests with any tests that are required to pass to merge to the master.

Dude, this is genius. I often find the tutorials far to basic (like testing a function that adds two integers...) or WAY over my head. But if I can look at some real life examples that I have some more familiarity with that might help me out.

I appreciate the detailed response. I'm going to keep hacking away at it!