Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
avocado
提交
54db79ac
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
54db79ac
编写于
1月 08, 2016
作者:
C
Cleber Rosa
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'docs'
上级
0cdaa15a
6ea58171
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
33 addition
and
12 deletion
+33
-12
docs/source/ContributionGuide.rst
docs/source/ContributionGuide.rst
+21
-7
docs/source/GetStartedGuide.rst
docs/source/GetStartedGuide.rst
+1
-1
docs/source/index.rst
docs/source/index.rst
+11
-4
未找到文件。
docs/source/ContributionGuide.rst
浏览文件 @
54db79ac
...
...
@@ -4,6 +4,22 @@ Contribution and Community Guide
Useful pointers on how to participate of the Avocado community and contribute.
.. _hacking-and-using:
Hacking and Using Avocado
=========================
Since version 0.31.0, our plugin system requires Setuptools entry points to be
registered. If you're hacking on Avocado and want to use the same, possibly modified,
source for running your tests and experiments, you may do so with one additional step::
$ python setup develop --user
On POSIX systems this will create an "egg link" to your original source tree under
"$HOME/.local/lib/pythonX.Y/site-packages". Then, on your original source tree, an
"egg info" directory will be created, containing, among other things, the Setuptools
entry points mentioned before.
Contact information
===================
...
...
@@ -23,11 +39,9 @@ take place in the Pull Request as well.
For people who don't like the github development model, there is the option
of sending the patches to the Mailing List, following a workflow more
traditional in Open Source development communities. The patches will be
reviewed in the Mailing List, should you opt for that.
As soon as we have a mailing list functional, just send
patches to the list, and we'll have a sub-maintainer that will collect the
patches, integrate them on a branch, and then those patches will be submitted
as a github Pull Request. This process tries to ensure that every contributed
patch goes through the CI jobs before it is considered good for inclusion.
reviewed in the Mailing List, should you opt for that. Then a maintainer will
collect the patches, integrate them on a branch, and then those patches will
be submitted as a github Pull Request. This process tries to ensure that every
contributed patch goes through the CI jobs before it is considered good for
inclusion.
docs/source/GetStartedGuide.rst
浏览文件 @
54db79ac
...
...
@@ -68,7 +68,7 @@ Note that `python` and `pip` should point to the Python interpreter version 2.7.
If you're having trouble to install, you can try again and use the command line
utilities `python2.7` and `pip2.7`.
For Debian users, use `apt-get` to install the proper dependencies that `yum` installs
.
If you intend to hack on Avocado, you may want to look at :ref:`hacking-and-using`
.
Using Avocado
=============
...
...
docs/source/index.rst
浏览文件 @
54db79ac
====================
==
Avocado
Test Framework
====================
==
====================
Avocado
User's Guide
====================
Contents:
...
...
@@ -18,6 +18,14 @@ Contents:
DebuggingWithGDB
WrapProcess
Plugins
===============================
Advanced Topics and Maintenance
===============================
.. toctree::
:maxdepth: 2
ReferenceGuide
ContributionGuide
DevelopmentTips
...
...
@@ -25,7 +33,6 @@ Contents:
.. _api-reference:
=============
API Reference
=============
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录