<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyflakes.git/pyflakes/test/test_api.py, branch python37</title>
<subtitle>github.com: pyflakes/pyflakes.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/'/>
<entry>
<title>Don't test against file perms when running as root (#86)</title>
<updated>2017-02-04T17:50:30+00:00</updated>
<author>
<name>cfs-pure</name>
<email>cfs-pure@users.noreply.github.com</email>
</author>
<published>2017-02-04T17:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=41148b45f797951057dc782682dd4055a4a3c1b6'/>
<id>41148b45f797951057dc782682dd4055a4a3c1b6</id>
<content type='text'>
* Don't test against file perms when running as root

test_permissionDenied tests file modes by creating a temporary file, then sets the mode to 0000 and attempts to process it and see if and permission denied error is generated.  This never happens when the unit tests are run as root since it can open files regardless of file permissions.

* Fix up UID skip in tests for Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't test against file perms when running as root

test_permissionDenied tests file modes by creating a temporary file, then sets the mode to 0000 and attempts to process it and see if and permission denied error is generated.  This never happens when the unit tests are run as root since it can open files regardless of file permissions.

* Fix up UID skip in tests for Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PyPy2 Windows IntegrationTests (#76)</title>
<updated>2016-08-04T12:57:03+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2016-08-04T12:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=cce2e51c404d670b3d8590f8107820642c64696e'/>
<id>cce2e51c404d670b3d8590f8107820642c64696e</id>
<content type='text'>
IntegrationTests.test_errors is failing on Windows under PyPy2
as its stderr emits \r\r\n as the line separator.

Add AppVeyor testing for three PyPy releases.

Also add a test for the other more complex stderr message emitted
by the Reporter.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IntegrationTests.test_errors is failing on Windows under PyPy2
as its stderr emits \r\r\n as the line separator.

Add AppVeyor testing for three PyPy releases.

Also add a test for the other more complex stderr message emitted
by the Reporter.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TestMain tests on Windows (#75)</title>
<updated>2016-07-21T18:34:42+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2016-07-21T18:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=2ab47d7628396d3b23d2dda5d163e0c2089666b4'/>
<id>2ab47d7628396d3b23d2dda5d163e0c2089666b4</id>
<content type='text'>
Currently the API test module has failures for TestMain class,
added in f0084592, on Windows as SysStreamCapturing is in
universal newlines mode while its super class IntegrationTests
is using a native console stream with newline=os.linesep.

Add Appveyor CI script as .appveyor.yml,
which can be selected in the Appveyor settings.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the API test module has failures for TestMain class,
added in f0084592, on Windows as SysStreamCapturing is in
universal newlines mode while its super class IntegrationTests
is using a native console stream with newline=os.linesep.

Add Appveyor CI script as .appveyor.yml,
which can be selected in the Appveyor settings.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing args to main()</title>
<updated>2016-01-25T16:33:16+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2016-01-25T16:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=f0084592e11b2f33b8e9684cbd2606eab5d92dd2'/>
<id>f0084592e11b2f33b8e9684cbd2606eab5d92dd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PyPy</title>
<updated>2015-11-19T15:00:32+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2015-11-19T07:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=3088ffbd6256521e0213b361bc2294c1e218e6fb'/>
<id>3088ffbd6256521e0213b361bc2294c1e218e6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os.chmod() supports only read-only flag operations on Windows</title>
<updated>2015-09-07T14:45:39+00:00</updated>
<author>
<name>Eduard-Cristian Stefan</name>
<email>alexandrul.ct@gmail.com</email>
</author>
<published>2015-09-07T14:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=24c2aa82e00f83c1cb9f2bb8fb61a75125b46d7f'/>
<id>24c2aa82e00f83c1cb9f2bb8fb61a75125b46d7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use os.linesep for Windows compatibility</title>
<updated>2015-09-07T14:34:39+00:00</updated>
<author>
<name>Eduard-Cristian Stefan</name>
<email>alexandrul.ct@gmail.com</email>
</author>
<published>2015-09-07T14:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=759d7a20b8639297643888889c68684c1bd4e958'/>
<id>759d7a20b8639297643888889c68684c1bd4e958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test under Python 3.5</title>
<updated>2015-07-10T14:17:51+00:00</updated>
<author>
<name>Steven Myint</name>
<email>git@stevenmyint.com</email>
</author>
<published>2015-07-10T14:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=bf62d389bdbe2085f765f648de536eb44979e448'/>
<id>bf62d389bdbe2085f765f648de536eb44979e448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use universal newlines only on python 2.6</title>
<updated>2014-11-28T15:58:17+00:00</updated>
<author>
<name>Phil Frost</name>
<email>indigo@bitglue.com</email>
</author>
<published>2014-11-28T15:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=7f840f38e91045c3a255eaa8d61e1853d768ffac'/>
<id>7f840f38e91045c3a255eaa8d61e1853d768ffac</id>
<content type='text'>
Resolves lp:1397266
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves lp:1397266
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the test docstring</title>
<updated>2014-03-29T11:11:55+00:00</updated>
<author>
<name>Florent Xicluna</name>
<email>florent.xicluna@gmail.com</email>
</author>
<published>2014-03-29T11:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyflakes.git/commit/?id=12b4d425e304f80115f3de91a372ef0ad232ba90'/>
<id>12b4d425e304f80115f3de91a372ef0ad232ba90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
