Problem Statement
The instructions for running tests in CONTRIBUTING.md do not work; specifically, if one follows the instructions in the previous section titled "Development environment" and then runs make test, an error occurs.
Solution Brainstorm
Rewrite the "Running tests" section to remove the reference to using make tests and instead instruct users to run tests directly with pytest.
Problem Statement
The instructions for running tests in CONTRIBUTING.md do not work; specifically, if one follows the instructions in the previous section titled "Development environment" and then runs
make test, an error occurs.Solution Brainstorm
Rewrite the "Running tests" section to remove the reference to using
make testsand instead instruct users to run tests directly withpytest.