Skip to content

Commit

Permalink
Changed some bolding in WTH 014
Browse files Browse the repository at this point in the history
  • Loading branch information
gfilicetti committed Jul 31, 2020
1 parent e1438f4 commit aee65c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 014-OSSDevOps/Student/challenge05.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Unit testing is a level of software testing where individual units/ components o

### Challenge

Develop a set of unit tests for the voting application. Since this application is written in Python, use pythons Unit testing framework [**unittest**](https://docs.python.org/3/library/unittest.html)
Develop a set of unit tests for the voting application. Since this application is written in Python, use pythons Unit testing framework **[unittest](https://docs.python.org/3/library/unittest.html)**


### Success Criteria
Expand Down

0 comments on commit aee65c1

Please sign in to comment.