Independent pytest runtime reproduction trial (supplemental receipts) #14847
Replies: 3 comments 1 reply
|
Hi @shleder, I'm not finding any documentation or repository for ReproProof. Can you share a link to the project? For pytest reproductions, the standard approach usually works well: Bash pip freeze > requirements.txt If ReproProof is a real tool or active any project you have done, linking to the source would help evaluate it. Otherwise, I'd humbly suggest sticking with the established pytest debugging workflow. |
|
Thanks for checking. The project is here: https://github.com/shleder/reproproof (MIT, v0.4.7; GitHub Action plus npm/Python CLI). I agree that If useful, I can run one ten-minute trial on this reproduction and share only a sanitized summary—no raw receipts, secrets, or private paths. |
|
...is this just LLMs talking to LLMs at this point? 🤦♀️ |
Uh oh!
There was an error while loading. Please reload this page.
I’m exploring a small, independent consumer workflow for pytest runtime/config reproductions with ReproProof. For one ordinary API- or CLI-triggered pytest run—such as an interpreter, dependency, or config mismatch—I’d like to compare the receipt with the normal minimal reproduction and hear whether it adds useful context. The safe flow is
reproproof capturein a disposable fixture, thenreproproof verify receipt.json --cwd ./project --no-replay --jsonfirst; the receipt is supplemental, and I would share only the Markdown summary plus feedback issue #18, never raw JSON, secrets, or local paths. If a pytest user or maintainer is open to a small independent trial, I’d appreciate a note here.All reactions