Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 454 Bytes

Wikipedia Links checker

Purpose

This program takes two wikipedia definitions and check if you can jump from one definition to another in less then 3 hops.

Unit test workshop

In this workshop, you have to create tests on this code.

You can create class models, extract classes, or any other way you have to make the code more testable.

Try to reach 90% of code coverage.

Remember to add negative and positive test cases.