CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 03:03:25 GMT
server: Apache/2.4.41 (Ubuntu)
vary: Cookie,User-Agent,Accept-Encoding
set-cookie: MOIN_SESSION_443_ROOT_moin=a49cb8e60474a7022438c723713a00d351e70eb0; Expires=Fri, 25-Jul-2025 04:03:00 GMT; Max-Age=3600; Secure; Path=/
content-encoding: gzip
content-type: text/html; charset=utf-8
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=315360000; includeSubDomains; preload
PyPiTestServer - Python Wiki
Create a server that tests uploaded packages on PyPI.
Work to be done
The work is separated into three steps:
- a solution capable of running scripts when an event occurs (a new release of project X is available on PyPI)
- a Continuous integration server able to run the testsuite for those distributions
- a quality mesurement tool, able to provide feedback and indicators on the code (compliance PEP8, pyflakes, potentially malicious softwares etc.)
Resources
- On this wiki: PyPITestingInfrastructure
What do people want
What do people what to run
- Run quality indicators about the code
- Run quality indicators about the packaging (compat with du2 standards for instance)
- Run Test
- Run setup.
What do people what to know
- Report about the run itself (does the test pass ? does the install went well ?)
- Report about system access done (FS network)
- Report about resource used ? (bonus)
PyPiTestServer (last edited 2012-06-10 09:10:29 by techtonik)
Unable to edit the page? See the FrontPage for instructions.