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
@@ -297,6 +298,20 @@ <h2 id="testing-with-tox">Testing with tox</h2>
297
298
298
299
<p>Currently only the functions tests are included in the tox configuration.</p>
299
300
301
+
<h2id="test-setup">Test Setup</h2>
302
+
303
+
<p>To make the tests pick the correct setup, a <ahref="configuration.md"><codeclass="highlighter-rouge">pyocd.yaml</code> configuration file</a> has to be used.
304
+
For functional testing the file should contain a reference to a <codeclass="highlighter-rouge">test_binary</code> from <codeclass="highlighter-rouge">test/data/binaries</code>.</p>
0 commit comments