jingconan / GAD

General Anomaly Detector
GNU General Public License v3.0
8 stars 2 forks source link

Add unittest for the code #8

Open jingconan opened 9 years ago

jingconan commented 9 years ago

Right now, there is no unittest. It is quite often that new change break old functionality. Should fix it.

jingconan commented 9 years ago

Right now a lot of functionalities in GAD are redundant. I should figure out a small set of core functionalities and only write unittests for them.