Difference between revisions of "DPS909 & OSD600 Winter 2017 - Lab 8"

From CDOT Wiki
Jump to: navigation, search
(Open Source Tooling and Automation Part 2: Unit Testing)
(Open Source Tooling and Automation Part 2: Unit Testing)
Line 24: Line 24:
 
| Christopher Singh
 
| Christopher Singh
 
|
 
|
|
+
| https://travis-ci.org/cgsingh/Seneca2017LearningLab
 
|-
 
|-
 
| 2
 
| 2

Revision as of 11:43, 31 March 2017

Open Source Tooling and Automation Part 2: Unit Testing

In this lab you will extend your previous lab's tooling to include automated unit tests. Most large software projects include tests, and it's a good idea to know how to create, run, and debug them.

Please following the instructions in the README-part2.md doc at https://github.com/humphd/Seneca2017LearningLab.

When you are done, write a blog post about the experience, including:

  • what you did
  • what you learned
  • things you found interesting or difficult.
  • Was unit testing new to you? If so, what did you think? If not, how was it different with Jest/JS?

Make sure you include links to things you discuss in your blog.

After you've written your unit tests and got them passing on Travis, add your name, your blog post, and a link to a passing build on TravisCI running your tests:

# Name Blog Post (URL) TravisCI Build for Tests (URL)
1 Christopher Singh https://travis-ci.org/cgsingh/Seneca2017LearningLab
2 Dang Khue Tran https://trandangkhue27.wordpress.com/2017/03/24/osd600-lab-8-open-source-tooling-and-automation-part-2-unit-testing/ https://travis-ci.org/dangkhue27/OSD600LearningLab/jobs/214722326
3 Nagashashank P https://npolugari.wordpress.com/lab-7-8/ https://travis-ci.org/Shank09/LearningLab
4 Badr Modoukh https://badrmodoukh.wordpress.com/2017/03/28/dps909-lab-8-open-source-tooling-and-automation/ https://travis-ci.org/badrmodoukh/Seneca2017LearningLab
5 Max Fainshtein https://mfainshtein4.wordpress.com/2017/03/25/lab-8/ https://travis-ci.org/mfainshtein4/SenecaDPSLearningLab2017
6 Simon de Almeida http://sdealmeida.com/open-source-tooling-and-automation https://travis-ci.org/simon66/Seneca2017LearningLab
7 Heetai Park https://wordpress.com/post/tonypark0403.wordpress.com/214 https://travis-ci.org/tonypark0403/OSD600
8 Len Isac https://travis-ci.org/lkisac/OpenSourceToolingAutomation
9 Andrey Bykin https://andreybykin.wordpress.com/2017/03/27/osd600-lab-8-unit-testing/ https://travis-ci.org/Abykin/Seneca2017LearningLab
10 Kevin Ramsamujh https://kramsamujh.wordpress.com/2017/03/27/osd600-lab-8-unit-testing/ https://travis-ci.org/kramsamujh/OSD600_Lab7
11 Oleg Mytryniuk https://osd600mytryniuk.wordpress.com/2017/03/30/junit-test-with-jest/ https://travis-ci.org/omytryniuk/GitHubTooling
12 Zenan Zha https://travis-ci.org/ZenanZha/Learning_Lab
13 Tiago Araujo Aguiar
14 John James https://wordpress.com/post/johnjamesa70.wordpress.com/487 https://travis-ci.org/JohnEJames/OSD600_Lab7
15 Margaryta Chepiga
16 Brandon Bhagwandeen https://bbhags.tumblr.com/post/158785081424/ https://travis-ci.org/bbhagwandeen/Seneca2017LearningLab
17 Dmytro Sych https://travis-ci.org/dsych/lab_7/
18 Timothy Moy https://timothymoy.wordpress.com/2017/03/31/osd600-lab-8-unit-testing/ https://travis-ci.org/timmoy/OSD600-LearningRepo
19 Ray Gervais http://raygervais.ca/unit-testing-a-nodejs-driven-project/ https://travis-ci.org/raygervais/OSD6002017
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34