From cac2ef2a48cbb229ae656379d95dc79b8e1e71a1 Mon Sep 17 00:00:00 2001 From: Christof Thalhofer Date: Sun, 25 Sep 2016 12:48:35 +0200 Subject: [PATCH] Readme - alpha state --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec515e2b2..29965cebd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gb.deg.unittest – A Gambas Unittest -A Gambas component for unittesting and test-driven programming. Forked and inspired from quite an old program: [COMUnit](http://comunit.sourceforge.net) and mainly JUnit. Currently beta state. With an unittest component one can develop software in a test-driven matter and is able to ensure that on refactoring the desired results of methods and classes stay the same. +A Gambas component for unittesting and test-driven programming. Forked and inspired from quite an old program: [COMUnit](http://comunit.sourceforge.net) and mainly JUnit. Currently alpha state. With an unittest component one can develop software in a test-driven matter and is able to ensure that on refactoring the desired results of methods and classes stay the same. Scroll down to understand how it works.