Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalenkoAE committed Mar 14, 2024
1 parent c505694 commit ed0d9b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/_sources/start/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Testing
To test ICE, download the repository by pressing on "Code" and "Download ZIP" in the main page. Then, unzip the files and go to the root folder by the following command (for linux, macos):

::

cd codeai-ice-main

Finally, run the following command:

::
pytest ice/tests
14 changes: 6 additions & 8 deletions docs/start/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,15 +406,13 @@
<section id="testing">
<h2>Testing<a class="headerlink" href="#testing" title="Permalink to this heading">#</a></h2>
<p>To test ICE, download the repository by pressing on “Code” and “Download ZIP” in the main page. Then, unzip the files and go to the root folder by the following command (for linux, macos):</p>
<dl class="simple">
<dt>::</dt><dd><p>cd codeai-ice-main</p>
</dd>
</dl>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">codeai</span><span class="o">-</span><span class="n">ice</span><span class="o">-</span><span class="n">main</span>
</pre></div>
</div>
<p>Finally, run the following command:</p>
<dl class="simple">
<dt>::</dt><dd><p>pytest ice/tests</p>
</dd>
</dl>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pytest</span> <span class="n">ice</span><span class="o">/</span><span class="n">tests</span>
</pre></div>
</div>
</section>
</section>

Expand Down

0 comments on commit ed0d9b8

Please sign in to comment.