1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_portal.tests package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-portal-tests-package"> |
|
54 <h1>pyams_portal.tests package<a class="headerlink" href="#pyams-portal-tests-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="submodules"> |
|
56 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
57 </div> |
|
58 <div class="section" id="module-pyams_portal.tests.test_utilsdocs"> |
|
59 <span id="pyams-portal-tests-test-utilsdocs-module"></span><h2>pyams_portal.tests.test_utilsdocs module<a class="headerlink" href="#module-pyams_portal.tests.test_utilsdocs" title="Permalink to this headline">¶</a></h2> |
|
60 <p>Generic Test case for pyams_portal doctest</p> |
|
61 <dl class="function"> |
|
62 <dt id="pyams_portal.tests.test_utilsdocs.doc_suite"> |
|
63 <code class="descclassname">pyams_portal.tests.test_utilsdocs.</code><code class="descname">doc_suite</code><span class="sig-paren">(</span><em>test_dir</em>, <em>setUp=None</em>, <em>tearDown=None</em>, <em>globs=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_portal.tests.test_utilsdocs.doc_suite" title="Permalink to this definition">¶</a></dt> |
|
64 <dd><p>Returns a test suite, based on doctests found in /doctest.</p> |
|
65 </dd></dl> |
|
66 |
|
67 <dl class="function"> |
|
68 <dt id="pyams_portal.tests.test_utilsdocs.test_suite"> |
|
69 <code class="descclassname">pyams_portal.tests.test_utilsdocs.</code><code class="descname">test_suite</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_portal.tests.test_utilsdocs.test_suite" title="Permalink to this definition">¶</a></dt> |
|
70 <dd><p>returns the test suite</p> |
|
71 </dd></dl> |
|
72 |
|
73 </div> |
|
74 <div class="section" id="module-pyams_portal.tests.test_utilsdocstrings"> |
|
75 <span id="pyams-portal-tests-test-utilsdocstrings-module"></span><h2>pyams_portal.tests.test_utilsdocstrings module<a class="headerlink" href="#module-pyams_portal.tests.test_utilsdocstrings" title="Permalink to this headline">¶</a></h2> |
|
76 <p>Generic Test case for pyams_portal doc strings</p> |
|
77 <dl class="function"> |
|
78 <dt id="pyams_portal.tests.test_utilsdocstrings.doc_suite"> |
|
79 <code class="descclassname">pyams_portal.tests.test_utilsdocstrings.</code><code class="descname">doc_suite</code><span class="sig-paren">(</span><em>test_dir</em>, <em>globs=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_portal.tests.test_utilsdocstrings.doc_suite" title="Permalink to this definition">¶</a></dt> |
|
80 <dd><p>Returns a test suite, based on doc tests strings found in /<a href="#id1"><span class="problematic" id="id2">*</span></a>.py</p> |
|
81 </dd></dl> |
|
82 |
|
83 <dl class="function"> |
|
84 <dt id="pyams_portal.tests.test_utilsdocstrings.test_suite"> |
|
85 <code class="descclassname">pyams_portal.tests.test_utilsdocstrings.</code><code class="descname">test_suite</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_portal.tests.test_utilsdocstrings.test_suite" title="Permalink to this definition">¶</a></dt> |
|
86 <dd><p>returns the test suite</p> |
|
87 </dd></dl> |
|
88 |
|
89 </div> |
|
90 <div class="section" id="module-pyams_portal.tests"> |
|
91 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_portal.tests" title="Permalink to this headline">¶</a></h2> |
|
92 </div> |
|
93 </div> |
|
94 |
|
95 |
|
96 </div> |
|
97 </div> |
|
98 </div> |
|
99 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
100 <div class="sphinxsidebarwrapper"> |
|
101 <h3><a href="index.html">Table Of Contents</a></h3> |
|
102 <ul> |
|
103 <li><a class="reference internal" href="#">pyams_portal.tests package</a><ul> |
|
104 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
105 <li><a class="reference internal" href="#module-pyams_portal.tests.test_utilsdocs">pyams_portal.tests.test_utilsdocs module</a></li> |
|
106 <li><a class="reference internal" href="#module-pyams_portal.tests.test_utilsdocstrings">pyams_portal.tests.test_utilsdocstrings module</a></li> |
|
107 <li><a class="reference internal" href="#module-pyams_portal.tests">Module contents</a></li> |
|
108 </ul> |
|
109 </li> |
|
110 </ul> |
|
111 |
|
112 <div id="searchbox" style="display: none" role="search"> |
|
113 <h3>Quick search</h3> |
|
114 <form class="search" action="search.html" method="get"> |
|
115 <div><input type="text" name="q" /></div> |
|
116 <div><input type="submit" value="Go" /></div> |
|
117 <input type="hidden" name="check_keywords" value="yes" /> |
|
118 <input type="hidden" name="area" value="default" /> |
|
119 </form> |
|
120 </div> |
|
121 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
122 </div> |
|
123 </div> |
|
124 <div class="clearer"></div> |
|
125 </div> |
|
126 <div class="related" role="navigation" aria-label="related navigation"> |
|
127 <h3>Navigation</h3> |
|
128 <ul> |
|
129 <li class="right" style="margin-right: 10px"> |
|
130 <a href="genindex.html" title="General Index" |
|
131 >index</a></li> |
|
132 <li class="right" > |
|
133 <a href="py-modindex.html" title="Python Module Index" |
|
134 >modules</a> |</li> |
|
135 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
136 </ul> |
|
137 </div> |
|
138 <div class="footer" role="contentinfo"> |
|
139 © Copyright 2017, Thierry Florac. |
|
140 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
141 </div> |
|
142 </body> |
|
143 </html> |
|