Correction for the "Running the Tests" page example
jurgengjoncari opened this issue · 3 comments
jurgengjoncari commented
In the Running the Tests page
Under PEP8 section
In the pytest --pep8 bob_test.py
example, it is used the "bob_test.py" which is the test file
Instead it should be used the "bob.py" file
As it is the exercise that the user wants to test for compliance to the style
kotp commented
I believe you are correct. Care to create a patch for this?
kotp commented
This might belong under exercism/python instead.
/cc @exercism/python
angelikatyborska commented
The page has been rewritten completely and the feedback doesn't apply anymore because any commands with the --pep8
flag were removed from examples. I'll close this.