Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
avocado
提交
24945ef1
A
avocado
项目概览
openeuler
/
avocado
通知
0
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
A
avocado
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
24945ef1
编写于
5月 11, 2015
作者:
C
Cleber Rosa
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'ruda/documentation_test_api_V3'
上级
c679f530
814b9a21
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
27 addition
and
5 deletion
+27
-5
docs/Makefile
docs/Makefile
+10
-0
docs/source/DevelopmentTips.rst
docs/source/DevelopmentTips.rst
+4
-0
docs/source/Introduction.rst
docs/source/Introduction.rst
+13
-5
docs/source/modules.png
docs/source/modules.png
+0
-0
未找到文件。
docs/Makefile
浏览文件 @
24945ef1
...
...
@@ -151,3 +151,13 @@ doctest:
$(SPHINXBUILD)
-b
doctest
$(ALLSPHINXOPTS)
$(BUILDDIR)
/doctest
@
echo
"Testing of doctests in the sources finished, look at the "
\
"results in
$(BUILDDIR)
/doctest/output.txt."
# Requires:
# - snakefood (pip install snakefood)
# - graphviz (yum install graphviz / apt-get install graphviz)
modules.png
:
cd
..
&&
sfood
--internal
avocado | sfood-graph
--remove-extensions
|
\
grep
-v
'size = "8,10"'
|
sed
's/fontsize=7/fontsize=16/'
|
\
grep
-v
'avocado.core.plugins'
|
grep
-v
'avocado.restclient'
|
\
dot
-Tpng
-o
docs/source/modules.png
docs/source/DevelopmentTips.rst
浏览文件 @
24945ef1
...
...
@@ -150,3 +150,7 @@ My usual workflow is:
This way you always have all the files present and you can easily resume
your work.
Module Dependencies
===================
.. figure:: modules.png
docs/source/Introduction.rst
浏览文件 @
24945ef1
...
...
@@ -3,18 +3,26 @@
About Avocado
=============
Avocado is a set of tools and libraries (what people call these days a framework)
to perform automated testing.
Avocado is a set of tools and libraries to perform automated testing, altogether
with the possibility of manual interaction. One can call it a test framework with benefits.
Native tests are written in Python and they follow the :mod:`unittest` pattern,
but any executable can serve as a test.
Avocado is composed by:
*
Programs that let you run
tests. Those tests can be either written on your
*
A test runner that lets you execute
tests. Those tests can be either written on your
language of choice, or use the python API available. In both cases, you get
facilities such as automated log and system information collection.
* APIs that help you write tests in a concise, yet expressive way.
The Test API is the whole set of modules, classes and functions available
under the :mod:`avocado` main module, excluding the :mod:`avocado.core`
module and their submodules, which is part of application's infrastructure.
Avocado tries as much as possible to comply with standard python testing
* :mod:`Plugins <avocado.core.plugins>` that can extend and add new functionality
to the Avocado Framework.
Avocado tries as much as possible to comply with standard Python testing
technology. Tests written using the avocado API are derived from the unittest
class, while other methods suited to functional and performance testing were
added. The test runner is designed to help people to run their tests while
...
...
@@ -25,5 +33,5 @@ progressively.
An `extensive set of slides about avocado
<https://docs.google.com/presentation/d/1PLyOcmoYooWGAe-rS2gtjmrZ0B9J22FbfpNlQY8fIUE>`__,
including details about its architecture, main features and status is available
in google-drive. Mindmap from workshop (2015) demonstraing features on
in google-drive. Mindmap from workshop (2015) demonstra
t
ing features on
examples available `here <https://www.mindmeister.com/504616310>`__.
docs/source/modules.png
0 → 100644
浏览文件 @
24945ef1
988.6 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录