Skip to content

Commit

Permalink
Deploying to gh-pages from @ 659cee0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Aug 19, 2024
1 parent bfb171e commit 79acf73
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ <h1>API documentation<a class="headerlink" href="#api-documentation" title="Perm
<strong class="command">$runtime inspect $ctr_id</strong>.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="pytest_container.container.ContainerData.read_container_logs">
<span class="sig-name descname"><span class="pre">read_container_logs</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><span class="pre">str</span></a></span></span><a class="headerlink" href="#pytest_container.container.ContainerData.read_container_logs" title="Permalink to this definition"></a></dt>
<dd><p>Returns the logs from the running container.</p>
</dd></dl>

</dd></dl>

<dl class="py class">
Expand Down
3 changes: 3 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ <h2>Next Release<a class="headerlink" href="#next-release" title="Permalink to t
<p>Breaking changes:</p>
<p>Improvements and new features:</p>
<ul class="simple">
<li><p>Add the function
<a class="reference internal" href="api.html#pytest_container.container.ContainerData.read_container_logs" title="pytest_container.container.ContainerData.read_container_logs"><code class="xref py py-func docutils literal notranslate"><span class="pre">read_container_logs()</span></code></a> to
get access to the logs of the running container</p></li>
<li><p>Expose the working directory via
<a class="reference internal" href="api.html#pytest_container.inspect.Config.workingdir" title="pytest_container.inspect.Config.workingdir"><code class="xref py py-attr docutils literal notranslate"><span class="pre">workingdir</span></code></a></p></li>
<li><p>Don’t use non-FIPS hashes for generating the lockfile (<a class="reference external" href="https://github.com/dcermak/pytest_container/issues/213">gh#213</a>)</p></li>
Expand Down
6 changes: 4 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ <h2 id="P">P</h2>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api.html#pytest_container.container.ContainerData.read_container_logs">read_container_logs() (pytest_container.container.ContainerData method)</a>
</li>
<li><a href="api.html#pytest_container.container.VolumeFlag.READ_ONLY">READ_ONLY (pytest_container.container.VolumeFlag attribute)</a>
</li>
<li><a href="api.html#pytest_container.container.VolumeFlag.READ_WRITE">READ_WRITE (pytest_container.container.VolumeFlag attribute)</a>
Expand All @@ -641,11 +643,11 @@ <h2 id="R">R</h2>
<li><a href="api.html#pytest_container.build.GitRepositoryBuild.repository_tag">repository_tag (pytest_container.build.GitRepositoryBuild attribute)</a>
</li>
<li><a href="api.html#pytest_container.build.GitRepositoryBuild.repository_url">repository_url (pytest_container.build.GitRepositoryBuild attribute)</a>
</li>
<li><a href="api.html#pytest_container.inspect.ContainerState.restarting">restarting (pytest_container.inspect.ContainerState attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api.html#pytest_container.inspect.ContainerState.restarting">restarting (pytest_container.inspect.ContainerState attribute)</a>
</li>
<li><a href="api.html#pytest_container.inspect.ContainerInspectHealthCheck.Retries">Retries (pytest_container.inspect.ContainerInspectHealthCheck attribute)</a>
</li>
<li><a href="api.html#pytest_container.inspect.HealthCheck.retries">retries (pytest_container.inspect.HealthCheck attribute)</a>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 79acf73

Please sign in to comment.