diff options
Diffstat (limited to 'devel/py-avocado-framework/pkg-descr')
-rw-r--r-- | devel/py-avocado-framework/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-avocado-framework/pkg-descr b/devel/py-avocado-framework/pkg-descr new file mode 100644 index 000000000000..d4363307192d --- /dev/null +++ b/devel/py-avocado-framework/pkg-descr @@ -0,0 +1,20 @@ +Avocado is a set of tools and libraries to help with automated testing. + +One can call it a test framework with benefits. Native tests are written in +Python and they follow the unittest pattern, but any executable can serve +as a test. + +Avocado is composed of: + + - A test runner that lets you execute tests. Those tests can be either written + in your language of choice, or be written in Python and use the available + libraries. In both cases, you get facilities such as automated log + and system information collection. + + - Libraries that help you write tests in a concise, yet expressive + and powerful way. + + - Plugins that can extend and add new functionality to the Avocado Framework. + +Avocado is built on the experience accumulated with Autotest, while improving +on its weaknesses and shortcomings. |