/usr/share/doc/python3-subvertpy/api/subvertpy.tests.html is in python3-subvertpy 0.10.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html>
<head>
<title>subvertpy.tests : API documentation</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<link href="bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="apidocs.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<a href="https://jelmer.uk/subvertpy/">subvertpy</a> API Documentation
</a>
</div>
</div>
</nav>
<div id="showPrivate">
<button class="btn btn-link" onclick="togglePrivate()">Toggle Private API</button>
</div>
<div class="container">
<div class="page-header">
<h1 class="package"><code>subvertpy.tests</code> <small>package documentation</small></h1>
<span id="partOf">
Part of <code><a href="subvertpy.html" data-type="Package" class="code">subvertpy</a></code>
</span>
</div>
<div class="extrasDocstring">
</div>
<div class="moduleDocstring">
<div>Tests for subvertpy.<table class="fieldTable"></table></div>
</div>
<div id="splitTables">
<table class="children sortable" id="id7">
<tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_client.html" data-type="Module" class="code">test_client</a></td>
<td><span>Subversion client library tests.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_core.html" data-type="Module" class="code">test_core</a></td>
<td><span>Subversion core library tests.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_delta.html" data-type="Module" class="code">test_delta</a></td>
<td><span>Tests for subvertpy.delta.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_marshall.html" data-type="Module" class="code">test_marshall</a></td>
<td><span>Tests for subvertpy.marshall.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_properties.html" data-type="Module" class="code">test_properties</a></td>
<td><span>Subversion core library tests.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_ra.html" data-type="Module" class="code">test_ra</a></td>
<td><span>Subversion ra library tests.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_repos.html" data-type="Module" class="code">test_repos</a></td>
<td><span>Subversion repository library tests.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_server.html" data-type="Module" class="code">test_server</a></td>
<td><span>Subversion server tests.</span></td>
</tr><tr class="module">
<td>Module</td>
<td><a href="subvertpy.tests.test_wc.html" data-type="Module" class="code">test_wc</a></td>
<td><span>Subversion ra library tests.</span></td>
</tr>
</table>
<p class="fromInitPy">From the <code>__init__.py</code> module:</p><table class="children sortable" id="id8">
<tr class="class">
<td>Class</td>
<td><a href="subvertpy.tests.SubversionTestCase.html" data-type="Class" class="code">SubversionTestCase</a></td>
<td><span>A test case that provides the ability to build Subversion repositories.</span></td>
</tr><tr class="class">
<td>Class</td>
<td><a href="subvertpy.tests.TestCase.html" data-type="Class" class="code">TestCase</a></td>
<td><span>Base test case.</span></td>
</tr><tr class="class">
<td>Class</td>
<td><a href="subvertpy.tests.TestCaseInTempDir.html" data-type="Class" class="code">TestCaseInTempDir</a></td>
<td><span>Test case that runs in a temporary directory.</span></td>
</tr><tr class="class">
<td>Class</td>
<td><a href="subvertpy.tests.TestCommitEditor.html" data-type="Class" class="code">TestCommitEditor</a></td>
<td><span>Simple commit editor wrapper.</span></td>
</tr><tr class="class">
<td>Class</td>
<td><a href="subvertpy.tests.TestDirEditor.html" data-type="Class" class="code">TestDirEditor</a></td>
<td><span>Simple dir editor wrapper that doesn't require closing.</span></td>
</tr><tr class="class">
<td>Class</td>
<td><a href="subvertpy.tests.TestFileEditor.html" data-type="Class" class="code">TestFileEditor</a></td>
<td><span>Simple file editor wrapper that doesn't require closing.</span></td>
</tr><tr class="function">
<td>Function</td>
<td><a href="subvertpy.tests.html#rmtree_with_readonly" data-type="Function" class="code">rmtree_with_readonly</a></td>
<td><span>Simple wrapper for shutil.rmtree that can remove read-only files.</span></td>
</tr><tr class="function">
<td>Function</td>
<td><a href="subvertpy.tests.html#test_suite" data-type="Function" class="code">test_suite</a></td>
<td><span class="undocumented">Undocumented</span></td>
</tr>
</table>
</div>
<div id="childList">
<div class="basefunction">
<a name="subvertpy.tests.rmtree_with_readonly">
</a>
<a name="rmtree_with_readonly">
</a>
<div class="functionHeader">
def
rmtree_with_readonly(path):
</div>
<div class="docstring functionBody">
<div><p>Simple wrapper for shutil.rmtree that can remove read-only files.</p>
<p>In Windows a read-only file cannot be removed, and shutil.rmtree fails.</p><table class="fieldTable"></table></div>
</div>
</div><div class="basefunction">
<a name="subvertpy.tests.test_suite">
</a>
<a name="test_suite">
</a>
<div class="functionHeader">
def
test_suite():
</div>
<div class="docstring functionBody">
<div class="undocumented">Undocumented</div>
</div>
</div>
</div>
<address>
<a href="index.html">API Documentation</a> for <a href="https://jelmer.uk/subvertpy/">subvertpy</a>, generated by <a href="https://github.com/twisted/pydoctor/">pydoctor</a> at 2017-08-05 09:39:16.
</address>
</div>
<script src="pydoctor.js" type="text/javascript"></script>
</body>
</html>
|