Skip to content

Commit

Permalink
Deploying to gh-pages from @ 71ad8e2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Nov 28, 2023
1 parent 764204d commit 635935b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h1>API documentation<a class="headerlink" href="#api-documentation" title="Perm

<dl class="py method">
<dt class="sig sig-object py" id="pytest_container.container.ContainerBaseABC.get_base">
<em class="property"><span class="pre">abstract</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">get_base</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 internal" href="#pytest_container.container.Container" title="pytest_container.container.Container"><span class="pre">Container</span></a></span></span><a class="headerlink" href="#pytest_container.container.ContainerBaseABC.get_base" title="Permalink to this definition"></a></dt>
<em class="property"><span class="pre">abstract</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">get_base</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/typing.html#typing.Union" title="(in Python v3.12)"><span class="pre">Union</span></a><span class="p"><span class="pre">[</span></span><a class="reference internal" href="#pytest_container.container.Container" title="pytest_container.container.Container"><span class="pre">Container</span></a><span class="p"><span class="pre">,</span></span><span class="w"> </span><a class="reference internal" href="#pytest_container.container.DerivedContainer" title="pytest_container.container.DerivedContainer"><span class="pre">DerivedContainer</span></a><span class="p"><span class="pre">]</span></span></span></span><a class="headerlink" href="#pytest_container.container.ContainerBaseABC.get_base" title="Permalink to this definition"></a></dt>
<dd><p>Returns the Base of this Container Image. If the container has no
base, then <code class="docutils literal notranslate"><span class="pre">self</span></code> is returned.</p>
</dd></dl>
Expand Down Expand Up @@ -439,10 +439,8 @@ <h1>API documentation<a class="headerlink" href="#api-documentation" title="Perm

<dl class="py method">
<dt class="sig sig-object py" id="pytest_container.container.DerivedContainer.get_base">
<span class="sig-name descname"><span class="pre">get_base</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 internal" href="#pytest_container.container.Container" title="pytest_container.container.Container"><span class="pre">Container</span></a></span></span><a class="headerlink" href="#pytest_container.container.DerivedContainer.get_base" title="Permalink to this definition"></a></dt>
<dd><p>Return the recursive base of this derived container (i.e. if the base
if this container is a derived one, then it takes the base of the
base).</p>
<span class="sig-name descname"><span class="pre">get_base</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/typing.html#typing.Union" title="(in Python v3.12)"><span class="pre">Union</span></a><span class="p"><span class="pre">[</span></span><a class="reference internal" href="#pytest_container.container.Container" title="pytest_container.container.Container"><span class="pre">Container</span></a><span class="p"><span class="pre">,</span></span><span class="w"> </span><a class="reference internal" href="#pytest_container.container.DerivedContainer" title="pytest_container.container.DerivedContainer"><span class="pre">DerivedContainer</span></a><span class="p"><span class="pre">]</span></span></span></span><a class="headerlink" href="#pytest_container.container.DerivedContainer.get_base" title="Permalink to this definition"></a></dt>
<dd><p>Return the base of this derived container.</p>
</dd></dl>

<dl class="py attribute">
Expand Down
2 changes: 2 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ <h2>Next Release<a class="headerlink" href="#next-release" title="Permalink to t
please use
<a class="reference internal" href="api.html#pytest_container.container.container_and_marks_from_pytest_param" title="pytest_container.container.container_and_marks_from_pytest_param"><code class="xref py py-func docutils literal notranslate"><span class="pre">container_and_marks_from_pytest_param()</span></code></a>
instead.</p></li>
<li><p><a class="reference internal" href="api.html#pytest_container.container.ContainerBaseABC.get_base" title="pytest_container.container.ContainerBaseABC.get_base"><code class="xref py py-func docutils literal notranslate"><span class="pre">get_base()</span></code></a> no longer
returns the recursive base but the immediate base.</p></li>
</ul>
<p>Improvements and new features:</p>
<ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 635935b

Please sign in to comment.