Clemens Koza

Results 13 issues of Clemens Koza

I hoped to be able to do the following for my test cases requiring `trio-asyncio`: @pytest_trio.trio_fixture async def trio_aio_loop(): async with trio_asyncio.open_loop() as loop: yield loop @pytest.mark.trio async def test_aio_funcs(trio_aio_loop,...

To illustrate, run this: ``` import logging from pyre import Pyre logger = logging.getLogger('pyre') logger.setLevel(logging.DEBUG) logger.addHandler(logging.StreamHandler()) pyre = Pyre() pyre.start() ``` As long as there's a network connection during startup,...

### Description The `array` and `string` types both have `find()` and `position()` methods that find a first occurrence of some search pattern. There is no equivalent `find-last()` etc., and emulating...

feature request
scripting