Deployed 654c84d with MkDocs version: 1.1.2

This commit is contained in:
debugtalk
2020-07-30 14:19:44 +08:00
parent d42ea23a39
commit eb455182d4
3 changed files with 2 additions and 2 deletions

View File

@@ -493,7 +493,7 @@
<h1>Concepts</h1>
<h2 id="debugtalkpy">debugtalk.py<a class="headerlink" href="#debugtalkpy" title="Permanent link">&para;</a></h2>
<p>Each project should and could only have one <code>debugtalk.py</code> file. This file has multiple functions.</p>
<p>Based on the philosophy of <code>Convention over configuration</code>, each project should and could only have one <code>debugtalk.py</code> file. This file has multiple functions.</p>
<ul>
<li>As the root path anchor of the project, the relative paths in testcase, such as referencing testcases or CSV files, are all based on this root path</li>
<li>Store custom python functions, the functions called in the testcase are all defined in this file</li>