kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

We need to set up the unit testing framework #4

Closed timlinux closed 10 years ago

timlinux commented 10 years ago

Problem

Unit test is very important for developing a software. We need to have one for making sure that our code is bug-free as possible and help developers who add new code in the future.

Proposed solution

Create unit test for each module. We can use unittest for this.

Expected outcome

We have unit test and it should pass all of them, and have at least 80% code coverage.