Open mkovari opened 1 month ago
The scope of this issue is documenting how to write a unit test or update an existing test. I believe this can be achieved by updating the existing unit test description to provide a deeper definition of a unit test. Linking to pytest documentation will provide most of the understanding for writing a unit test.
Within our docs, I suggest we just include a light description of:
assert
ions about the return data/state)
One of the factors slowing down development is that at least one unit test always has to be updated after any change that alters the output. It would help if the procedure for updating the tests was documented.
@timothy-nunn @chris-ashe @clmould ?