Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contents/_build/html/_sources/testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"APL programmers don't need to test their code, as they always write correct code. Next chapter...\n",
"\n",
"Ahem. Ninja master @ngn offered up the following [unit testing framework](https://ngn.bitbucket.io/apl/unit-test-framework.dyalog) on APL Orchard:"
"Ahem. Ninja master @ngn offered up the following unit testing framework on APL Orchard:"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions contents/_build/html/testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ <h1>Testing<a class="headerlink" href="#testing" title="Permalink to this headli
</span></div></div>
</div>
<p>APL programmers don’t need to test their code, as they always write correct code. Next chapter…</p>
<p>Ahem. Ninja master &#64;ngn offered up the following <a class="reference external" href="https://ngn.bitbucket.io/apl/unit-test-framework.dyalog">unit testing framework</a> on APL Orchard:</p>
<p>Ahem. Ninja master &#64;ngn offered up the following unit testing framework on APL Orchard:</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-APL notranslate"><div class="highlight"><pre><span></span><span class="o">≡</span> <span class="c1">⍝ usage: expectedoutput ≡ f input. prints 1 for ok and 0 for failure</span>
Expand Down Expand Up @@ -723,4 +723,4 @@ <h2>Data-driven testing<a class="headerlink" href="#data-driven-testing" title="
<script src="_static/js/index.be7d3bbb2ef33a8344ce.js"></script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions contents/_build/jupyter_execute/testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"APL programmers don't need to test their code, as they always write correct code. Next chapter...\n",
"\n",
"Ahem. Ninja master @ngn offered up the following [unit testing framework](https://ngn.bitbucket.io/apl/unit-test-framework.dyalog) on APL Orchard:"
"Ahem. Ninja master @ngn offered up the following unit testing framework on APL Orchard:"
]
},
{
Expand Down Expand Up @@ -531,4 +531,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
2 changes: 1 addition & 1 deletion contents/testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"APL programmers don't need to test their code, as they always write correct code. Next chapter...\n",
"\n",
"Ahem. Ninja master @ngn offered up the following [unit testing framework](https://ngn.bitbucket.io/apl/unit-test-framework.dyalog) on APL Orchard:"
"Ahem. Ninja master @ngn offered up the following unit testing framework on APL Orchard:"
]
},
{
Expand Down