You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the practical details of including tests in your code here.</p>
646
646
<p>There are a number of Python packages which support code testing. The
647
647
concepts are largely similar so rather than get bogged down in the
648
-
details of multiple frameworks, we will introduce <aclass="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev88+gf6529fd3a)"><spanclass="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
648
+
details of multiple frameworks, we will introduce <aclass="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev93+g42d5545f4)"><spanclass="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
649
649
package, so you can install it into your current environment using:</p>
@@ -875,18 +875,13 @@ <h2><span class="section-number">2.10. </span>Exercises<a class="headerlink" hre
875
875
</div>
876
876
<p>You could also run iPython, import <aclass="reference internal" href="fibonacci.html#module-fibonacci" title="fibonacci"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">fibonacci</span></code></a> and try out
<p>Accept the <aclass="reference internal" href="not_released.html"><spanclass="doc">first Github Classroom assignment for this module</span></a> and clone it into your course folder. The assignment
884
+
<p>Accept the <aclass="reference external" href="https://classroom.github.com/a/VltGa-Xl">first Github Classroom assignment for this module</a> and clone it into your course folder. The assignment
890
885
repository just contains a <codeclass="file docutils literal notranslate"><spanclass="pre">README</span></code> and some tests. Your job in the
891
886
following exercises will be to populate it with the remaining content.</p>
0 commit comments