<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_python2.vim, branch v8.2.3176</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.2881: various pieces of code not covered by tests</title>
<updated>2021-05-24T13:15:47+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-05-24T13:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=611728f80604dd56960e8c197e5749d203c8feb1'/>
<id>611728f80604dd56960e8c197e5749d203c8feb1</id>
<content type='text'>
Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8245)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8245)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2872: Python tests fail without the channel feature</title>
<updated>2021-05-18T22:16:14+00:00</updated>
<author>
<name>Dominique Pelle</name>
<email>dominique.pelle@gmail.com</email>
</author>
<published>2021-05-18T22:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=56c9fd01076bc62b55c8cb89d8a66f6136e52f3a'/>
<id>56c9fd01076bc62b55c8cb89d8a66f6136e52f3a</id>
<content type='text'>
Problem:    Python tests fail without the channel feature.
Solution:   Add a feature check. (Dominique Pellé, closes #8226)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python tests fail without the channel feature.
Solution:   Add a feature check. (Dominique Pellé, closes #8226)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2178: Python 3: non-utf8 character cannot be handled</title>
<updated>2020-12-21T15:03:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-21T15:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc'/>
<id>2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc</id>
<content type='text'>
Problem:    Python 3: non-utf8 character cannot be handled.
Solution:   Change the string decode. (Björn Linse, closes #1053)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python 3: non-utf8 character cannot be handled.
Solution:   Change the string decode. (Björn Linse, closes #1053)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2160: various typos</title>
<updated>2020-12-18T18:49:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-18T18:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8e7d6223f630690b72b387eaed704bf01f3f29d2'/>
<id>8e7d6223f630690b72b387eaed704bf01f3f29d2</id>
<content type='text'>
Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1951: test for list and dict fails</title>
<updated>2020-11-04T11:23:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-11-04T11:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=64ffa9b5fb34adb0b20fc22e8127604274bc3010'/>
<id>64ffa9b5fb34adb0b20fc22e8127604274bc3010</id>
<content type='text'>
Problem:    Test for list and dict fails.
Solution:   Adjust for using an empty list/dict for a null one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test for list and dict fails.
Solution:   Adjust for using an empty list/dict for a null one.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1555: not all tests are executed on Github Actions</title>
<updated>2020-08-31T19:30:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-31T19:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7d6979608ee83b06ccfab2589da3047b143defae'/>
<id>7d6979608ee83b06ccfab2589da3047b143defae</id>
<content type='text'>
Problem:    Not all tests are executed on Github Actions.
Solution:   Copy "src" to "src2" earlier. Recognize "src2" in a couple more
            places.  Add two tests to the list of flaky tests. (Ken Takata,
            closes #6798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all tests are executed on Github Actions.
Solution:   Copy "src" to "src2" earlier. Recognize "src2" in a couple more
            places.  Add two tests to the list of flaky tests. (Ken Takata,
            closes #6798)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1183: assert_fails() checks the last error message</title>
<updated>2020-07-11T20:14:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-11T20:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9b7bf9e98f06ece595fed7a3ff53ecce89797a53'/>
<id>9b7bf9e98f06ece595fed7a3ff53ecce89797a53</id>
<content type='text'>
Problem:    assert_fails() checks the last error message.
Solution:   Check the first error, it is more relevant.  Fix all the tests
            that rely on the old behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    assert_fails() checks the last error message.
Solution:   Check the first error, it is more relevant.  Fix all the tests
            that rely on the old behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1151: insufficient test coverage for Python</title>
<updated>2020-07-07T18:50:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-07T18:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0ab55d62012c1fb38c4b540a4233421820a59389'/>
<id>0ab55d62012c1fb38c4b540a4233421820a59389</id>
<content type='text'>
Problem:    Insufficient test coverage for Python.
Solution:   Add more test cases. (Yegappan Lakshmanan, closes #6415)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient test coverage for Python.
Solution:   Add more test cases. (Yegappan Lakshmanan, closes #6415)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1150: ml_get error when using Python</title>
<updated>2020-07-07T18:12:54+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-07T18:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bb790dcc46b74e6f9a1c4126be8a575f9fe73444'/>
<id>bb790dcc46b74e6f9a1c4126be8a575f9fe73444</id>
<content type='text'>
Problem:    ml_get error when using Python. (Yegappan Lakshmanan)
Solution:   Check the line number is not out of range.  Call "Check" with
            "fromObj" instead of "from".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ml_get error when using Python. (Yegappan Lakshmanan)
Solution:   Check the line number is not out of range.  Call "Check" with
            "fromObj" instead of "from".
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1146: not enough testing for Python</title>
<updated>2020-07-06T19:03:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-06T19:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ab5894638413748fcedfe28691e6c27893924520'/>
<id>ab5894638413748fcedfe28691e6c27893924520</id>
<content type='text'>
Problem:    Not enough testing for Python.
Solution:   Add more tests.  Fix uncovered problems. (Yegappan Lakshmanan,
            closes #6392)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough testing for Python.
Solution:   Add more tests.  Fix uncovered problems. (Yegappan Lakshmanan,
            closes #6392)
</pre>
</div>
</content>
</entry>
</feed>
