Re: [pytest-dev] Transfer of pyfakefs to pytest-dev?

2021-03-07 Thread Sorin Sbarnea
Why not reusing existing https://github.com/PyCQA for that? I am personally concerned about having too many orgs. One or two years ago we moved the doc8 tool from under opendev/openstack in order to make it easier to maintain. Its main goal seems to fit the repo quite well. On Sun, 7 Mar 2021 at

Re: [pytest-dev] Transfer of pyfakefs to pytest-dev?

2021-03-07 Thread hansemrbean via pytest-dev
I don't think that pyfakefs will fit that - PyCQA is about formatting / quality tools, while pyfakefs is a testing tool (both for pytest and unittest). And I agree about having too many orgs - as far as I can see, pytest-dev is currently the only organization concerned with Python testing (the

Re: [pytest-dev] Transfer of pyfakefs to pytest-dev?

2021-03-07 Thread Sorin Sbarnea
While most repos inside pcqa are quality-assurance tools instead of just libraries, my personal view is that there is no reason to distinguish between a library that you use to improve testing ("quality assurance") and a tool that helps you achieve the same. As noted, pytest-dev is not ideal becau

Re: [pytest-dev] Transfer of pyfakefs to pytest-dev?

2021-03-07 Thread hansemrbean via pytest-dev
I agree that QA is also about testing, but PyCQA  seems to be more specific: > The PyCQA is a loose organization of people who maintain projects in roughly the same domain: automatic style and quality reporting. Almost all of these projects are widely used by the larger Python community (and b