NEW: devel/py-test-asyncio

2022-11-27 Thread Stuart Henderson
--- pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest. asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to

Re: NEW: devel/py-test-lazy-fixture

2022-03-04 Thread Bjorn Ketelaars
On Fri 04/03/2022 09:30, Stuart Henderson wrote: > This is wanted as a TEST_DEPENDS for py-caption, OK to import? > > The description isn't particularly useful ("use fixtures in > pytest.mark.parametrize") but I suppose for someone who might actually > want to use it (rather than just use it as a

NEW: devel/py-test-lazy-fixture

2022-03-04 Thread Stuart Henderson
This is wanted as a TEST_DEPENDS for py-caption, OK to import? The description isn't particularly useful ("use fixtures in pytest.mark.parametrize") but I suppose for someone who might actually want to use it (rather than just use it as a test for another port) will probably get enough from

NEW: devel/py-test-xprocess

2021-11-17 Thread Stuart Henderson
ok to import? tests in newer Werkzeug need it. There is one test failure which appears to be relying on a feature from newer py-test, otherwise clean. A pytest plugin for managing processes. It will make sure external processes on which your application depends are up during every pytest run

Re: NEW: devel/py-test-timeout

2019-12-26 Thread Klemens Nanni
On Thu, Dec 26, 2019 at 11:46:36PM -0500, Kurt Mosiejczuk wrote: > > > ok to import? OK kn

Re: NEW: devel/py-test-timeout

2019-12-26 Thread Kurt Mosiejczuk
On Wed, Dec 04, 2019 at 06:04:50PM -0500, Kurt Mosiejczuk wrote: > On Wed, Nov 20, 2019 at 05:25:37PM -0500, Kurt Mosiejczuk wrote: > > "This is a plugin which will terminate tests after a certain timeout. > > When doing so it will show a stack dump of all threads running at > > the time. This is

Re: NEW: devel/py-test-vcr

2019-11-16 Thread Pamela Mosiejczuk
Ping, reattaching. No changes with the update to my proposed www/py-vcrpy port, preceding. OK to import? -pamela On 2019-08-19 15:34, Pamela Mosiejczuk wrote: Hi, DESCR: Py-test plugin for managing VCR.py cassettes. This plugin is configured, for the most part, by overriding py-test

[NEW] devel/py-test-relaxed

2019-11-09 Thread Pavel Korovin
Hi all, Looking for OKs for this new one required for security/py-paramiko update. All tests are OK. -- With best regards, Pavel Korovin py-test-relaxed.tar.gz Description: Binary data

NEW: devel/py-test-vcr

2019-08-19 Thread Pamela Mosiejczuk
Hi, DESCR: Py-test plugin for managing VCR.py cassettes. This plugin is configured, for the most part, by overriding py-test fixtures or passing options to the vcr marker. This is a missing test dependency for mastodon.py, along with the py-vcrpy port I've just sent (which this one needs as a

Re: NEW: devel/py-test-forked [1/2]

2018-08-22 Thread Daniel Jakots
On Fri, 17 Aug 2018 15:45:20 -0300, "Elias M. Mariani" wrote: > Hi Daniel, > The port doesn't have tests for now, but it might get them in the > future. I send you another tarball with NO_TEST. > Thanks Elias, I imported your port!

Re: NEW: devel/py-test-forked [1/2]

2018-08-17 Thread Elias M. Mariani
Hi Daniel, The port doesn't have tests for now, but it might get them in the future. I send you another tarball with NO_TEST. Cheers. Elias. 2018-08-16 16:04 GMT-03:00 Daniel Jakots : > On Fri, 10 Aug 2018 13:09:42 -0300, "Elias M. Mariani" > wrote: > >> Added: >> TEST_DEPENDS = ${RUN_DEPENDS}

Re: NEW: devel/py-test-forked [1/2]

2018-08-16 Thread Daniel Jakots
On Fri, 10 Aug 2018 13:09:42 -0300, "Elias M. Mariani" wrote: > Added: > TEST_DEPENDS = ${RUN_DEPENDS} > > Requested by sthen for the OK. > > 2018-07-21 22:48 GMT-03:00 Elias M. Mariani : > > Is a dependency for the update of py-test-xdist. > > The name seems pretty self explanatory... > > > >

Re: NEW: devel/py-test-forked [1/2]

2018-08-10 Thread Elias M. Mariani
Added: TEST_DEPENDS = ${RUN_DEPENDS} Requested by sthen for the OK. 2018-07-21 22:48 GMT-03:00 Elias M. Mariani : > Is a dependency for the update of py-test-xdist. > The name seems pretty self explanatory... > > Cheers. > Elias. py-test-forked.tar.gz Description: GNU Zip compressed data

NEW: devel/py-test-forked [1/2]

2018-07-21 Thread Elias M. Mariani
Is a dependency for the update of py-test-xdist. The name seems pretty self explanatory... Cheers. Elias. py-test-forked.tar.gz Description: GNU Zip compressed data

Re: [NEW] devel/py-test-timeout

2018-06-14 Thread Elias M. Mariani
Find attached the new version with just missing whitespaces between the variables of the Makefile. 2018-05-28 22:42 GMT-03:00 Elias M. Mariani : > Is a plugin which will terminate tests after a certain timeout. > When doing so it will show a stack dump of all threads running at > the time. This

Re: [NEW] devel/py-test-qt

2018-06-14 Thread Elias M. Mariani
Find attached the new version with just missing whitespaces between the variables of the Makefile. 2018-05-29 10:42 GMT-03:00 Elias M. Mariani : > pytest-qt is a pytest plugin that allows programmers to write tests > for PySide, PySide2 and PyQt applications. > > Done tests in python 2.7 and 3.6:

Re: "[NEW] devel/py-test-xvfb"

2018-06-14 Thread Elias M. Mariani
Find attached the new version with just missing whitespaces between the variables of the Makefile. 2018-05-29 11:02 GMT-03:00 Elias M. Mariani : > It's a pytest plugin to run Xvfb for tests. > > Done tests in python 2.7 and 3.6: > 1 failed, 14 passed. > > The failure as the rest of the plugins

"[NEW] devel/py-test-xvfb"

2018-05-29 Thread Elias M. Mariani
It's a pytest plugin to run Xvfb for tests. Done tests in python 2.7 and 3.6: 1 failed, 14 passed. The failure as the rest of the plugins that I sent seems to be pytest related, guessing that is about monkeypatching or changing the environment in runtime. Looking for OK and someone to commit to

[NEW] devel/py-test-qt

2018-05-29 Thread Elias M. Mariani
pytest-qt is a pytest plugin that allows programmers to write tests for PySide, PySide2 and PyQt applications. Done tests in python 2.7 and 3.6: 4 failed, 307 passed, 3 skipped, 1 xfailed. The 4 failures I'm pretty sure that are related with trying to delete a variable from env during the test.

[NEW] devel/py-test-timeout

2018-05-28 Thread Elias M. Mariani
Is a plugin which will terminate tests after a certain timeout. When doing so it will show a stack dump of all threads running at the time. This is useful when running tests under a continuous integration server or simply if you don't know why the test suite hangs. Done tests in python 2.7 and

NEW: devel/py-test-expect

2017-05-25 Thread Alexandr Shadchin
Hi, ok to import? Need for update py-html5lib. DESCR: A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests.

Re: NEW: devel/py-test-xdist

2016-09-01 Thread Alexandr Shadchin
On Wed, Aug 31, 2016 at 04:22:07PM +0100, Edd Barrett wrote: > A py-test plugin. > > OK? > > -- > Best Regards > Edd Barrett > > http://www.theunixzoo.co.uk 1. Drop PKG_ARCH 2. FLAVORS spaces->tabs 3. Simplify test 4. Add setuptools_scm in bdep -- Alexandr Shadchin

NEW: devel/py-test-xdist

2016-08-31 Thread Edd Barrett
A py-test plugin. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-test-xdist.tgz Description: application/tar-gz

Re: NEW: devel/py-test-mock 1.0

2016-05-29 Thread Alexandr Shadchin
On Sat, May 21, 2016 at 02:07:35PM +0500, Alexandr Shadchin wrote: > Hi, > > ok to import devel/py-test-mock ? > Need for update py-requests. > > DESCR: > This plugin installs a mocker fixture which is a thin-wrapper around the > patching API provided by the mock package, but with the benefit of

NEW: devel/py-test-mock 1.0

2016-05-21 Thread Alexandr Shadchin
Hi, ok to import devel/py-test-mock ? Need for update py-requests. DESCR: This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test. -- Alexandr

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
On Sun, Jan 10, 2016 at 03:47:57PM +0500, Alexandr Shadchin wrote: > Hi, > > ok to import devel/py-test-runner ? > > DESCR: > > Setup scripts can use pytest-runner to add setup.py test support > for pytest runner. > Add PKG_ARCH=* -- Alexandr Shadchin py-test-runner.tgz Description:

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Stuart Henderson
I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical between arches. On 10 January 2016 12:12:34 GMT+00:00, Alexandr Shadchin wrote: >On Sun, Jan 10, 2016 at 03:47:57PM +0500, Alexandr Shadchin wrote: >> Hi, >> >> ok to import devel/py-test-runner

NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
Hi, ok to import devel/py-test-runner ? DESCR: Setup scripts can use pytest-runner to add setup.py test support for pytest runner. -- Alexandr Shadchin py-test-runner.tgz Description: application/tar-gz

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Stuart Henderson
On 2016/01/10 19:13, Alexandr Shadchin wrote: > On Sun, Jan 10, 2016 at 01:26:47PM +, Stuart Henderson wrote: > > I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical > > between arches. > > > > My little research: > Python bytecode is portable across platforms, but not

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
On Sun, Jan 10, 2016 at 02:36:36PM +, Stuart Henderson wrote: > On 2016/01/10 19:13, Alexandr Shadchin wrote: > > On Sun, Jan 10, 2016 at 01:26:47PM +, Stuart Henderson wrote: > > > I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical > > > between arches. > > > > > > >

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
On Sun, Jan 10, 2016 at 01:26:47PM +, Stuart Henderson wrote: > I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical between > arches. > My little research: Python bytecode is portable across platforms, but not really across Python versions. .pyc files contain a

NEW: devel/py-test-capturelog 0.7

2015-12-26 Thread Alexandr Shadchin
Hi, ok to import? Description: py.test plugin to capture log messages If the plugin is installed log messages are captured by default and for each failed test will be shown in the same manner as captured stdout and stderr. -- Alexandr Shadchin py-test-capturelog.tgz Description:

NEW: devel/py-test

2012-03-24 Thread Eric Faurot
py.test is a simple and popular testing tool for Python. It has been split from py-py, and it is used for at least py-cairo regress. py-test.tgz Description: application/tar-gz