• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Jaded-Encoding-Thaumaturgy / vs-jetpack / 19248601241 / 1
66%
main: 66%

Build:
DEFAULT BRANCH: main
Ran 10 Nov 2025 10:52PM UTC
Files 73
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Nov 2025 10:47PM UTC coverage: 65.243%. Remained the same
19248601241.1

push

github

web-flow
Bump the "infrastructure" group with 1 updates across multiple ecosystems (#193)

Updates the requirements on
[pytest](https://github.com/pytest-dev/pytest) to permit the latest
version.
Updates `pytest` to 9.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>9.0.0</h2>
<h1>pytest 9.0.0 (2025-11-05)</h1>
<h2>New features</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/1367">#1367</a>:
<strong>Support for subtests</strong> has been added.</p>
<p><code>subtests &lt;subtests&gt;</code> are an alternative to
parametrization, useful in situations where the parametrization values
are not all known at collection time.</p>
<p>Example:</p>
<pre lang="python"><code>def contains_docstring(p: Path) -&gt; bool:
&quot;&quot;&quot;Return True if the given Python file contains a
top-level docstring.&quot;&quot;&quot;
    ...
<p>def test_py_files_contain_docstring(subtests: pytest.Subtests) -&gt;
None:
for path in Path.cwd().glob(&quot;*.py&quot;):
with subtests.test(path=str(path)):
assert contains_docstring(path)
</code></pre></p>
<p>Each assert failure or error is caught by the context manager and
reported individually, giving a clear picture of all files that are
missing a docstring.</p>
<p>In addition, <code>unittest.TestCase.subTest</code> is now also
supported.</p>
<p>This feature was originally implemented as a separate plugin in <a
href="https://github.com/pytest-dev/pytest-subtests">pytest-subtests</a>,
but since then has been merged into the core.</p>
<blockquote>
<p>[!NOTE]
This feature is experimental and will likely evolve in future releases.
By that we mean that we might change how subtests are reported on
failure, but the functionality and how to use it are stable.</p>
</blockquote>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13743">#13743</a>:
Added support for <strong>... (continued)

4139 of 6344 relevant lines covered (65.24%)

0.65 hits per line

Source Files on job 72 - 3.12 - 10 - 30 - 19248601241.1
  • Tree
  • List 73
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19248601241
  • 7df4f72f on github
  • Prev Job for on main (#19247961920.2)
  • Next Job for on main (#19250167222.2)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc