guypursey / test-coverage-visualisation

This is proof-of-concept visualisation for test coverage as a metric for unit-tested projects.
0 stars 0 forks source link

Widen unit testing of the data parsing methods #3

Open guypursey opened 7 years ago

guypursey commented 7 years ago

Currently, unit tests are basic and more rigorous tests should be put in place, particularly around edge cases (for example, what happens when address provided to traceLineage() is missing an ending slash? What is the expected behaviour?)