Skip to content

Commit a4e1b8c

Browse files
committed
Deployed c784475 to dev with MkDocs 1.5.3 and mike 2.1.3
1 parent aea33df commit a4e1b8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev/CONTRIBUTING/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,6 @@ <h3 id="development-prerequisites">Development prerequisites<a class="headerlink
942942
<a href="https://github.com/arduino/arduino-lint/blob/main/pyproject.toml"><code>pyproject.toml</code></a>.</li>
943943
</ul>
944944
</li>
945-
<li><a href="https://python-poetry.org/docs/">Poetry</a>.</li>
946945
<li><a href="https://nodejs.org/en/download/"><strong>Node.js</strong> / <strong>npm</strong></a> - Node.js dependencies management tool.<ul>
947946
<li>The <strong>Node.js</strong> version in use is defined in the <code>engines.node</code> field of
948947
<a href="https://github.com/arduino/arduino-lint/blob/main/package.json"><code>package.json</code></a>.</li>
@@ -990,10 +989,11 @@ <h5 id="running-tests">Running tests<a class="headerlink" href="#running-tests"
990989
<p>This will automatically install the necessary dependencies, if not already installed, and run the integration tests
991990
automatically.</p>
992991
<p>To run specific tests, you must run <code>pytest</code> from the virtual environment created by Poetry.</p>
993-
<div class="highlight"><pre><span></span><code>poetry run pytest tests/test_all.py::test_report_file
992+
<div class="highlight"><pre><span></span><code>task poetry:install &amp;&amp; poetry run pytest tests/test_all.py::test_report_file
994993
</code></pre></div>
995994
<p>You can avoid writing the <code>poetry run</code> prefix each time by creating a new shell inside the virtual environment:</p>
996-
<div class="highlight"><pre><span></span><code>poetry shell
995+
<div class="highlight"><pre><span></span><code>task poetry:install
996+
poetry shell
997997
pytest test_lib.py
998998
pytest test_lib.py::test_list
999999
</code></pre></div>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)