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 9fcdb11 commit c505694
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/_sources/start/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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
cd codeai-ice-main

Finally, run the following command:

::
pytest ice/tests
pytest ice/tests
12 changes: 8 additions & 4 deletions docs/start/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,15 @@
<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>
<p>::
cd codeai-ice-main</p>
<dl class="simple">
<dt>::</dt><dd><p>cd codeai-ice-main</p>
</dd>
</dl>
<p>Finally, run the following command:</p>
<p>::
pytest ice/tests</p>
<dl class="simple">
<dt>::</dt><dd><p>pytest ice/tests</p>
</dd>
</dl>
</section>
</section>

Expand Down

0 comments on commit c505694

Please sign in to comment.