Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit afb36fa

Browse files
committed
Update devel news
1 parent 65e9449 commit afb36fa

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
lines changed

‎devel/News.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Minor features<a class="headerlink" href="#minor-features" title="Permalink
153153
SQLite doesn&#8217;t vacuum a single table and SQLite 3.15 uses the supplied name
154154
as the name of the attached database to vacuum.</li>
155155
<li>Remove <code class="docutils literal"><span class="pre">driver</span></code> keyword from RdbhostConnection as it allows one driver
156-
<code class="docutils literal"><span class="pre">rdbhost</span></code>.</li>
156+
<code class="docutils literal"><span class="pre">rdbhdb</span></code>.</li>
157157
<li>Add <code class="docutils literal"><span class="pre">driver</span></code> keyword for FirebirdConnection. Allowed values are &#8216;fdb&#8217; or
158158
&#8216;kinterbasdb&#8217;. Default is to test &#8216;fdb&#8217; and &#8216;kinterbasdb&#8217; in that order.</li>
159159
<li>Add <code class="docutils literal"><span class="pre">driver</span></code> keyword for MySQLConnection. Allowed value is &#8216;mysqldb&#8217;.</li>
@@ -163,22 +163,20 @@ <h3>Minor features<a class="headerlink" href="#minor-features" title="Permalink
163163
<h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline"></a></h3>
164164
<ul class="simple">
165165
<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 <code class="docutils literal"><span class="pre">docs/LICENSE</span></code> to the top-level directory so that Github recognizes
167+
it.</li>
167168
</ul>
168169
</div>
169170
<div class="section" id="tests">
170171
<h3>Tests<a class="headerlink" href="#tests" title="Permalink to this headline"></a></h3>
171172
<ul class="simple">
172-
<li>Rename py.test -&gt; 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 <code class="docutils literal"><span class="pre">py.test</span></code> -&gt; <code class="docutils literal"><span class="pre">pytest</span></code> in tests and docs.</li>
174+
<li>Great Renaming: fix <code class="docutils literal"><span class="pre">pytest</span></code> warnings by renaming <code class="docutils literal"><span class="pre">TestXXX</span></code> classes
175+
to <code class="docutils literal"><span class="pre">SOTestXXX</span></code> to prevent <code class="docutils literal"><span class="pre">pytest</span></code> to recognize them as test classes.</li>
176+
<li>Fix <code class="docutils literal"><span class="pre">pytest</span></code> warnings by converting yield tests to plain calls:
177+
yield tests were deprecated in <code class="docutils literal"><span class="pre">pytest</span></code>.</li>
178+
<li>Tests are now run at CIs with <code class="docutils literal"><span class="pre">python3.5</span></code>.</li>
179+
<li>Tests are split at <code class="docutils literal"><span class="pre">Circle</span> <span class="pre">CI</span></code> in 4 parallel containers.</li>
182180
</ul>
183181
</div>
184182
</div>

‎devel/_sources/News.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Minor features
1818
as the name of the attached database to vacuum.
1919

2020
* Remove ``driver`` keyword from RdbhostConnection as it allows one driver
21-
``rdbhost``.
21+
``rdbhdb``.
2222

2323
* Add ``driver`` keyword for FirebirdConnection. Allowed values are 'fdb' or
2424
'kinterbasdb'. Default is to test 'fdb' and 'kinterbasdb' in that order.
@@ -30,27 +30,23 @@ Documentation
3030

3131
* The docs are now generated with Sphinx.
3232

33-
* Move docs/LICENSE to the top-level directory so that Github recognizes it.
33+
* Move ``docs/LICENSE`` to the top-level directory so that Github recognizes
34+
it.
3435

3536
Tests
3637
-----
3738

38-
* Rename py.test -> pytest in tests and docs.
39+
* Rename ``py.test`` -> ``pytest`` in tests and docs.
3940

40-
* Great Renaming: fix pytest warnings by renaming TestXXX classes
41-
to SOTestXXX to prevent pytest to recognize them as test classes.
41+
* Great Renaming: fix ``pytest`` warnings by renaming ``TestXXX`` classes
42+
to ``SOTestXXX`` to prevent ``pytest`` to recognize them as test classes.
4243

43-
* Fix pytest warnings by converting yield test to plain calls:
44-
yield test were deprecated in pytest.
44+
* Fix ``pytest`` warnings by converting yield tests to plain calls:
45+
yield tests were deprecated in ``pytest``.
4546

46-
* Tests are now run at CIs with python3.5.
47+
* Tests are now run at CIs with ``python3.5``.
4748

48-
* Tests are split at Circle CI in 4 parallel containers.
49-
50-
* Fix a problem in tests related to test order when running on PostgreSQL.
51-
52-
* Restore mxDateTime installation in tox.ini
53-
(was removed while egenix.com was down).
49+
* Tests are split at ``Circle CI`` in 4 parallel containers.
5450

5551
SQLObject 3.1.0
5652
===============

‎devel/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /