dash-docs/en/doxygen/html/coverage_8py_source.html

116 lines
26 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Dash Core: qa/rpc-tests/test_framework/coverage.py Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Dash Core
&#160;<span id="projectnumber">0.12.2.1</span>
</div>
<div id="projectbrief">P2P Digital Currency</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('coverage_8py_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">coverage.py</div> </div>
</div><!--header-->
<div class="contents">
<a href="coverage_8py.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"><a class="line" href="namespacetest__framework_1_1coverage.html"> 1</a></span>&#160;<span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="stringliteral">This module contains utilities for doing coverage analysis on the RPC</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="stringliteral">interface.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="stringliteral">It provides a way to track which RPC commands are exercised during</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="stringliteral">testing.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="keyword">import</span> os</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="namespacetest__framework_1_1coverage.html#ae98785aa65cff7eedc1f985196056df8"> 12</a></span>&#160;REFERENCE_FILENAME = <span class="stringliteral">&#39;rpc_interface.txt&#39;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html"> 15</a></span>&#160;<span class="keyword">class </span><a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html">AuthServiceProxyWrapper</a>(object):</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="stringliteral"> An object that wraps AuthServiceProxy to record specific RPC calls.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="stringliteral"> &quot;&quot;&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a112c962e82308cbf910694435c2aefc4"> 20</a></span>&#160; <span class="keyword">def </span><a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a112c962e82308cbf910694435c2aefc4">__init__</a>(self, auth_service_proxy_instance, coverage_logfile=None):</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="stringliteral"> Kwargs:</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="stringliteral"> auth_service_proxy_instance (AuthServiceProxy): the instance</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="stringliteral"> being wrapped.</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="stringliteral"> coverage_logfile (str): if specified, write each service_name</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="stringliteral"> out to a file when called.</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="stringliteral"> &quot;&quot;&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374"> 29</a></span>&#160; self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374">auth_service_proxy_instance</a> = auth_service_proxy_instance</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a79eaf67a0fea9b323dea2c621709c875"> 30</a></span>&#160; self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a79eaf67a0fea9b323dea2c621709c875">coverage_logfile</a> = coverage_logfile</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a2213c66b3df827c223b837e18c1525bd"> 32</a></span>&#160; <span class="keyword">def </span><a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a2213c66b3df827c223b837e18c1525bd">__getattr__</a>(self, *args, **kwargs):</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; return_val = self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374">auth_service_proxy_instance</a>.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a2213c66b3df827c223b837e18c1525bd">__getattr__</a>(</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; *args, **kwargs)</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html">AuthServiceProxyWrapper</a>(return_val, self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a79eaf67a0fea9b323dea2c621709c875">coverage_logfile</a>)</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ad9d55261e443854d544626beeee60e42"> 38</a></span>&#160; <span class="keyword">def </span><a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ad9d55261e443854d544626beeee60e42">__call__</a>(self, *args, **kwargs):</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="stringliteral"> Delegates to AuthServiceProxy, then writes the particular RPC method</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="stringliteral"> called to a file.</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="stringliteral"> &quot;&quot;&quot;</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; return_val = self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374">auth_service_proxy_instance</a>.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ad9d55261e443854d544626beeee60e42">__call__</a>(*args, **kwargs)</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; rpc_method = self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374">auth_service_proxy_instance</a>._service_name</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordflow">if</span> self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a79eaf67a0fea9b323dea2c621709c875">coverage_logfile</a>:</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; with open(self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a79eaf67a0fea9b323dea2c621709c875">coverage_logfile</a>, <span class="stringliteral">&#39;a+&#39;</span>) <span class="keyword">as</span> f:</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; f.write(<span class="stringliteral">&quot;%s\n&quot;</span> % rpc_method)</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordflow">return</span> return_val</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; @property</div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ae0f8a2e1a865a00bfe64577c1702918f"> 54</a></span>&#160; <span class="keyword">def </span><a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ae0f8a2e1a865a00bfe64577c1702918f">url</a>(self):</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keywordflow">return</span> self.<a class="code" href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374">auth_service_proxy_instance</a>.url</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="namespacetest__framework_1_1coverage.html#a694bf65347472d357db91487d16aec5b"> 58</a></span>&#160;<span class="keyword">def </span><a class="code" href="namespacetest__framework_1_1coverage.html#a694bf65347472d357db91487d16aec5b">get_filename</a>(dirname, n_node):</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="stringliteral"> Get a filename unique to the test process ID and node.</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="stringliteral"> This file will contain a list of RPC commands covered.</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="stringliteral"> &quot;&quot;&quot;</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; pid = str(os.getpid())</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordflow">return</span> os.path.join(</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; dirname, <span class="stringliteral">&quot;coverage.pid%s.node%s.txt&quot;</span> % (pid, str(n_node)))</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="namespacetest__framework_1_1coverage.html#a0af14e4a117d8f0ac44d189cd6fe576e"> 69</a></span>&#160;<span class="keyword">def </span><a class="code" href="namespacetest__framework_1_1coverage.html#a0af14e4a117d8f0ac44d189cd6fe576e">write_all_rpc_commands</a>(dirname, node):</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="stringliteral">&quot;&quot;&quot;</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="stringliteral"> Write out a list of all RPC functions available in `bitcoin-cli` for</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="stringliteral"> coverage comparison. This will only happen once per coverage</span></div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="stringliteral"> directory.</span></div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="stringliteral"> Args:</span></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="stringliteral"> dirname (str): temporary test dir</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="stringliteral"> node (AuthServiceProxy): client</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="stringliteral"> Returns:</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="stringliteral"> bool. if the RPC interface file was written.</span></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="stringliteral"></span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="stringliteral"> &quot;&quot;&quot;</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; filename = os.path.join(dirname, REFERENCE_FILENAME)</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">if</span> os.path.isfile(filename):</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keywordflow">return</span> <span class="keyword">False</span></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; help_output = node.help().split(<span class="stringliteral">&#39;\n&#39;</span>)</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; commands = set()</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordflow">for</span> line <span class="keywordflow">in</span> help_output:</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; line = line.strip()</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="comment"># Ignore blanks and headers</span></div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="keywordflow">if</span> line <span class="keywordflow">and</span> <span class="keywordflow">not</span> line.startswith(<span class="stringliteral">&#39;=&#39;</span>):</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; commands.add(<span class="stringliteral">&quot;%s\n&quot;</span> % line.split()[0])</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; with open(filename, <span class="stringliteral">&#39;w&#39;</span>) <span class="keyword">as</span> f:</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; f.writelines(list(commands))</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="keywordflow">return</span> <span class="keyword">True</span></div><div class="ttc" id="namespacetest__framework_1_1coverage_html_a0af14e4a117d8f0ac44d189cd6fe576e"><div class="ttname"><a href="namespacetest__framework_1_1coverage.html#a0af14e4a117d8f0ac44d189cd6fe576e">test_framework.coverage.write_all_rpc_commands</a></div><div class="ttdeci">def write_all_rpc_commands(dirname, node)</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00069">coverage.py:69</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html_a27dfdb6e04d7e1c7e2ebcd1b3f483374"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a27dfdb6e04d7e1c7e2ebcd1b3f483374">test_framework.coverage.AuthServiceProxyWrapper.auth_service_proxy_instance</a></div><div class="ttdeci">auth_service_proxy_instance</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00029">coverage.py:29</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html_ae0f8a2e1a865a00bfe64577c1702918f"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ae0f8a2e1a865a00bfe64577c1702918f">test_framework.coverage.AuthServiceProxyWrapper.url</a></div><div class="ttdeci">def url(self)</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00054">coverage.py:54</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html_a2213c66b3df827c223b837e18c1525bd"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a2213c66b3df827c223b837e18c1525bd">test_framework.coverage.AuthServiceProxyWrapper.__getattr__</a></div><div class="ttdeci">def __getattr__(self, args, kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00032">coverage.py:32</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html_a79eaf67a0fea9b323dea2c621709c875"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a79eaf67a0fea9b323dea2c621709c875">test_framework.coverage.AuthServiceProxyWrapper.coverage_logfile</a></div><div class="ttdeci">coverage_logfile</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00030">coverage.py:30</a></div></div>
<div class="ttc" id="namespacetest__framework_1_1coverage_html_a694bf65347472d357db91487d16aec5b"><div class="ttname"><a href="namespacetest__framework_1_1coverage.html#a694bf65347472d357db91487d16aec5b">test_framework.coverage.get_filename</a></div><div class="ttdeci">def get_filename(dirname, n_node)</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00058">coverage.py:58</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html">test_framework.coverage.AuthServiceProxyWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00015">coverage.py:15</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html_ad9d55261e443854d544626beeee60e42"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#ad9d55261e443854d544626beeee60e42">test_framework.coverage.AuthServiceProxyWrapper.__call__</a></div><div class="ttdeci">def __call__(self, args, kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00038">coverage.py:38</a></div></div>
<div class="ttc" id="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper_html_a112c962e82308cbf910694435c2aefc4"><div class="ttname"><a href="classtest__framework_1_1coverage_1_1AuthServiceProxyWrapper.html#a112c962e82308cbf910694435c2aefc4">test_framework.coverage.AuthServiceProxyWrapper.__init__</a></div><div class="ttdeci">def __init__(self, auth_service_proxy_instance, coverage_logfile=None)</div><div class="ttdef"><b>Definition:</b> <a href="coverage_8py_source.html#l00020">coverage.py:20</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_62ba24d7ce8eecc59962fe5b590c1065.html">qa</a></li><li class="navelem"><a class="el" href="dir_dbddb259b29a77ea11562b7a380aa303.html">rpc-tests</a></li><li class="navelem"><a class="el" href="dir_0f1fd91d0d18a547184c924770390b91.html">test_framework</a></li><li class="navelem"><a class="el" href="coverage_8py.html">coverage.py</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:02 for Dash Core by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
</ul>
</div>
</body>
</html>