Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
02bc57c5
提交
02bc57c5
authored
3月 23, 2015
作者:
Arnaud Bergeron
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update docs to mention travis, fix #1024.
上级
83b46ca8
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
17 行增加
和
8 行删除
+17
-8
dev_start_guide.txt
doc/dev_start_guide.txt
+17
-8
没有找到文件。
doc/dev_start_guide.txt
浏览文件 @
02bc57c5
...
@@ -379,32 +379,41 @@ Then in your ``~/.emacs`` file, add this:
...
@@ -379,32 +379,41 @@ Then in your ``~/.emacs`` file, add this:
Unit tests
Unit tests
----------
----------
Before submitting a pull request, you should run the unit test suite,
When you submit a pull request, your changes will automatically be
and make sure that your changes did not create any new Error or Failure.
tested via Travis-CI. This will post the results of the tests with a
You can consult `theano-buildbot`_ for the result of a recent run
little icon next to your commit. A yellow circle means the tests are
of the test suite with various options.
running. A red X means the tests failed and a green circle means the
tests passed.
Just because the tests run automatically does not mean you shouldn't
run them yourself to make sure everything is all right. You can run
only the portion you are modifying to go faster and have travis to
make sure there are no global impacts.
Also, if you are changing GPU code, travis doesn't test that, because
there are no GPUs on the test nodes.
To run the test suite with the default options, you can follow the
To run the test suite with the default options, you can follow the
instructions of :ref:`testing_installation`.
instructions of :ref:`testing_installation`.
Each night we execute all the unit tests automatically, with
different
Each night we execute all the unit tests automatically, with
several
sets of options. The result is sent by email to the `theano-buildbot`_
sets of options. The result is sent by email to the `theano-buildbot`_
mailing list.
mailing list.
For more detail, see :ref:`metadocumentation_nightly_build`.
For more detail, see :ref:`metadocumentation_nightly_build`.
To run all the tests with the same configuration as the buildbot, run this script:
To run all the tests with the same configuration as the buildbot, run
this script:
.. code-block:: bash
.. code-block:: bash
theano/misc/do_nightly_build
theano/misc/do_nightly_build
This
function accepts arguments that it forward
to nosetests. You can
This
script accepts arguments that it forwards
to nosetests. You can
run only some tests or enable pdb by giving the equivalent nosetests
run only some tests or enable pdb by giving the equivalent nosetests
parameters.
parameters.
More Advanced Git Usage
More Advanced Git Usage
=======================
=======================
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论