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
<p>To avoid triggering unnecessary test run at Travis add text <ahref="https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build" class="reference external">[ci skip]</a>
264
+
<p>To avoid triggering unnecessary test run at Travis add text
265
+
<ahref="https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build" class="reference external">[skip ci] or [ci skip]</a>
265
266
anywhere in your commit messages for commits that don't change code
266
267
(documentation updates and such).</p>
268
+
<p>We use <ahref="https://pypi.python.org/pypi/coverage" class="reference external">coverage.py</a>
269
+
to measures code coverage by tests and upload the result for analyzis to
270
+
<ahref="https://coveralls.io/github/sqlobject/sqlobject" class="reference external">Coveralls</a> and
<li>Developer's Guide extended to explain SQLObject architecture and how
69
+
to create a new column type.</li>
70
+
<li>Fix URLs that can be found; remove missing links.</li>
71
+
</ul>
72
+
</div>
64
73
<divclass="section" id="source-code">
65
74
<h2>Source code</h2>
66
75
<ulclass="simple">
67
76
<li>Fix all <cite>import *</cite> using <ahref="https://github.com/zestyping/star-destroyer" class="reference external">https://github.com/zestyping/star-destroyer</a>.</li>
68
77
</ul>
69
78
</div>
70
-
<divclass="section" id="documentation">
71
-
<h2>Documentation</h2>
79
+
<divclass="section" id="tests">
80
+
<h2>Tests</h2>
72
81
<ulclass="simple">
73
-
<li>Developer's Guide extended to explain SQLObject architecture and how
74
-
to create a new column type.</li>
75
-
<li>Fix URLs that can be found; remove missing links.</li>
82
+
<li>Use pytest-cov for test coverage. Report test coverage
0 commit comments