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
<h3>Documentation<aclass="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h3>
164
164
<ulclass="simple">
165
165
<li>The docs are now generated with Sphinx.</li>
166
-
<li>Move docs/LICENSE to the top-level directory so that Github recognizes it.</li>
166
+
<li>Move <codeclass="docutils literal"><spanclass="pre">docs/LICENSE</span></code> to the top-level directory so that Github recognizes
167
+
it.</li>
167
168
</ul>
168
169
</div>
169
170
<divclass="section" id="tests">
170
171
<h3>Tests<aclass="headerlink" href="#tests" title="Permalink to this headline">¶</a></h3>
171
172
<ulclass="simple">
172
-
<li>Rename py.test -> pytest in tests and docs.</li>
173
-
<li>Great Renaming: fix pytest warnings by renaming TestXXX classes
174
-
to SOTestXXX to prevent pytest to recognize them as test classes.</li>
175
-
<li>Fix pytest warnings by converting yield test to plain calls:
176
-
yield test were deprecated in pytest.</li>
177
-
<li>Tests are now run at CIs with python3.5.</li>
178
-
<li>Tests are split at Circle CI in 4 parallel containers.</li>
179
-
<li>Fix a problem in tests related to test order when running on PostgreSQL.</li>
180
-
<li>Restore mxDateTime installation in tox.ini
181
-
(was removed while egenix.com was down).</li>
173
+
<li>Rename <codeclass="docutils literal"><spanclass="pre">py.test</span></code> -> <codeclass="docutils literal"><spanclass="pre">pytest</span></code> in tests and docs.</li>
to <codeclass="docutils literal"><spanclass="pre">SOTestXXX</span></code> to prevent <codeclass="docutils literal"><spanclass="pre">pytest</span></code> to recognize them as test classes.</li>
176
+
<li>Fix <codeclass="docutils literal"><spanclass="pre">pytest</span></code> warnings by converting yield tests to plain calls:
177
+
yield tests were deprecated in <codeclass="docutils literal"><spanclass="pre">pytest</span></code>.</li>
178
+
<li>Tests are now run at CIs with <codeclass="docutils literal"><spanclass="pre">python3.5</span></code>.</li>
179
+
<li>Tests are split at <codeclass="docutils literal"><spanclass="pre">Circle</span><spanclass="pre">CI</span></code> in 4 parallel containers.</li>
0 commit comments