best-practice-and-impact / qa-of-code-guidance

Guidance for quality assurance of code for civil service researchers and analysts.
https://best-practice-and-impact.github.io/qa-of-code-guidance
Other
76 stars 17 forks source link

Add more information on test structure #128

Open joshlynchONS opened 1 year ago

joshlynchONS commented 1 year ago

Add more information on how to structure tests. For example:

sarahcollyer commented 1 month ago

There is an existing subsection on structuring test files that has started to touch on the above. I would recommend taking what has already been written there and expanding it to include the above bullet points, so that it covers structuring your files and the tests themselves. This can then feed in to the subsections on unit tests, integration tests, and end-to-end testing.

DoD: Structuring subsection has been expanded to include both file and test structure