On 05. 02. 21 21:11, Kader Miyanyedi wrote:
Hello, first of all, I'm sorry about my English. My name is Kader. I am currently a student in computer engineering department from Turkey.
I use python but my knowledge of python is not perfect. Mostly I was interested in python/django. I would like to improve my knowledge of Python and help with the fourth idea.
Can you help me with how to get started?
Hello Kader. Thanks for your kind offer.
The ideal entry point to the fourth idea is this problem:
https://bugzilla.redhat.com/show_bug.cgi?id=1914847
My (not working) attempt to fix it is at:
https://github.com/pytest-dev/pytest/pull/8236
An alternate solution for this particular problem seem to be ignoring the error. See also https://github.com/pytest-dev/pytest/blob/4.6.x/tox.ini#L163
However, I don't think this is a best way to improve Python skills (and it has nothing to do with Django I am afraid).
If you want to get familiar with pytest internals nevertheless, I think investing time to option 1) is time better spent than option 4).
See https://github.com/bitprophet/pytest-relaxed/issues/12 and https://github.com/bitprophet/pytest-relaxed/pull/10