<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/tests/test_parameter.py, branch v1.24.0</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT,TST: Reduce np.testing to IS_PYPY</title>
<updated>2021-12-06T22:20:41+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-12-06T22:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e52472411e6596808963e1a34d7b9ef0a1f6ef41'/>
<id>e52472411e6596808963e1a34d7b9ef0a1f6ef41</id>
<content type='text'>
Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Rework whitespace to pass PR checks</title>
<updated>2021-12-05T22:23:55+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-12-02T21:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e4ca1fbcc96f956708f2deacb6ae1806cd132fe5'/>
<id>e4ca1fbcc96f956708f2deacb6ae1806cd132fe5</id>
<content type='text'>
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TST,STY: Clean up F2PY tests for pathlib.Path</title>
<updated>2021-12-03T03:15:36+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2021-11-28T06:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3c92ba281502393283caffe995c1a0662f2c9f84'/>
<id>3c92ba281502393283caffe995c1a0662f2c9f84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448)</title>
<updated>2018-12-06T19:05:08+00:00</updated>
<author>
<name>Roman Yurchak</name>
<email>rth.yurchak@pm.me</email>
</author>
<published>2018-12-06T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45cef38cda80868355a920b5e94211dcf662ea07'/>
<id>45cef38cda80868355a920b5e94211dcf662ea07</id>
<content type='text'>
* Review F401,F841,F842 flake8 errors (unused variables, imports)

* Review comments

* More tests in test_installed_npymath_ini

* Review comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Review F401,F841,F842 flake8 errors (unused variables, imports)

* Review comments

* More tests in test_installed_npymath_ini

* Review comments
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove all uses of run_module_suite.</title>
<updated>2018-04-07T00:20:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-04-04T16:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7bf0564f87511d9e7b6287b3eec0857d0d7742df'/>
<id>7bf0564f87511d9e7b6287b3eec0857d0d7742df</id>
<content type='text'>
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Switch to using pytest markers</title>
<updated>2018-04-04T12:36:36+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-03-25T18:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7e5a41de9fab731e27a761c01302a0a93e2d1070'/>
<id>7e5a41de9fab731e27a761c01302a0a93e2d1070</id>
<content type='text'>
Use standard pytest markers everywhere in the numpy tests. At this point
there should be no nose dependency. However, nose is required to test
the legacy decorators if so desired.

At this point, numpy test cannot be run in the way with runtests, rather
installed numpy can be tested with `pytest --pyargs numpy` as long as
that is not run from the repo. Run it from the tools directory or some
such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use standard pytest markers everywhere in the numpy tests. At this point
there should be no nose dependency. However, nose is required to test
the legacy decorators if so desired.

At this point, numpy test cannot be run in the way with runtests, rather
installed numpy can be tested with `pytest --pyargs numpy` as long as
that is not run from the repo. Run it from the tools directory or some
such.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST, MAINT: Add `__init__.py` files to tests directories.</title>
<updated>2017-08-06T22:23:39+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-08-06T15:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=62a12d2d6fe9faa88482a49447ebf4ed73a7e3a5'/>
<id>62a12d2d6fe9faa88482a49447ebf4ed73a7e3a5</id>
<content type='text'>
This allows pytest to run with duplicate test file names. Note that
`python &lt;path-to-test-file&gt;` no longer works with this change, nor will
a simple `pytest numpy`, because numpy is imported from the numpy
repository. However, `python runtests.py` and `&gt;&gt;&gt; numpy.test()` are
still available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows pytest to run with duplicate test file names. Note that
`python &lt;path-to-test-file&gt;` no longer works with this change, nor will
a simple `pytest numpy`, because numpy is imported from the numpy
repository. However, `python runtests.py` and `&gt;&gt;&gt; numpy.test()` are
still available.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: adding test for constants without compound kind spec</title>
<updated>2017-01-20T21:20:38+00:00</updated>
<author>
<name>jutke</name>
<email>jutke@allstate.com</email>
</author>
<published>2017-01-20T21:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8610e48687e7a05e7e0e0735629e5cace69cb04f'/>
<id>8610e48687e7a05e7e0e0735629e5cace69cb04f</id>
<content type='text'>
This augments the test in constant_compound.f90 by
using constants without a compound kind spec to
illustrate the case that led to the
reporting of issue #8493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This augments the test in constant_compound.f90 by
using constants without a compound kind spec to
illustrate the case that led to the
reporting of issue #8493
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: adding tests for compound constant provided by @zerothi</title>
<updated>2017-01-20T15:55:13+00:00</updated>
<author>
<name>jutke</name>
<email>jutke@allstate.com</email>
</author>
<published>2017-01-20T15:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1e873ead0c0857f0bbdaab36764afa67cc39479e'/>
<id>1e873ead0c0857f0bbdaab36764afa67cc39479e</id>
<content type='text'>
This is a test code provided as a patch by @zerothi checking
the compound constant parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a test code provided as a patch by @zerothi checking
the compound constant parsing.
</pre>
</div>
</content>
</entry>
</feed>
