Ghanchu
Ghanchu
Hello, my partner and I are students at the University of Michigan who have been tasked with contributing to an open source project for our class. We agree that the...
Why is codecov failing for us following this change in pluggy/src/pluggy/_tracing.py? Thanks!
> Before going forward with this > > https://github.com/pytest-dev/pytest/blob/main/src%2F_pytest%2Fhelpconfig.py#L129 the debigfile should perhsps open in surrogate escape mode We tried implementing the surrogate escape mode for the debug file, however...
We made the changes using repr instead of replace. This required updating the test cases because repr() converts strings to Python literals, which adds quotes and escapes special characters. Also,...
> As for anything related to performance, reality can be counter intuitive and nothing is certain until a benchmark is done ;) (which don't have to be super elaborated in...
Yes, we used pytest-benchmark and tested the format message function by creating a list of 100 strings, including one string with a surrogate escape character. We then gave these strings...