goodboy
goodboy
Was trying to let a hopeful new contrib take this very simple change on but it seems i'm not explaining the change well? See the details in #74. Fixes #74.
This is in preparation of a python 3.6+ only `1.0.0.alpha` release and replaces all the internal processing launching machinery with the new [subprocess support in `trio`](https://trio.readthedocs.io/en/latest/reference-io.html#spawning-subprocesses). This not only gets...
There's new work in python-trio/trio#1568 that will likely make some of our internals simpler. The only outstanding concern I had was to do with the `AsyncResource.aclos()` steps that were possibly...
As part of this moving to github actions might be in order (since apparently that's what everyone is doing and I do like msft footing the bill). Has anyone done...
I remember way back when first writing this we had an internal debate about `.run()` versus `__call__()` and can't remember why we settled on the latter. In hindsight, after more...
Seems like we need a more formalized release log if we're going to start moving this project forward. My work in the `pytest` community points me to use [towncrier](https://github.com/hawkowl/towncrier) but...
[`trio`](https://trio.readthedocs.io/en/latest/) recently added native [subprocess support](https://trio.readthedocs.io/en/latest/reference-io.html#spawning-subprocesses) which could make for some really fancy stuff for spawing `sipp` processes and `await`-ing them before spawning it again. Though a bit hacky could...
Need unit tests to verify the `PopenRunner` fails correctly when agent(s) go off into the void. That is, checking that agents are signaled/terminated and that the higher level reporting still...
In an effort to avoid alienating our friends with a taste for shiny, juicy, paper thin apples.
`pypy` has been [cranky in CI](https://travis-ci.org/SIPp/pysipp/builds/537914818?utm_source=github_status&utm_medium=notification). I don't have time to look at this nor reproduce locally so lets defer this till later! If and when someone wants this support...