Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add testing principles #112

Merged
merged 3 commits into from
Nov 11, 2024
Merged

feat: Add testing principles #112

merged 3 commits into from
Nov 11, 2024

Commits on Nov 7, 2024

  1. feat: Add testing principles

    A section has been added to the "Testing Overview" document to describe
    our testing principles. These establish what the goals of our automated
    test suite are, and help contributors differentiate between good and
    bad tests.
    Gudahtt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b2ca72e View commit details
    Browse the repository at this point in the history
  2. Clarify that test breakages might be caused by poorly designed code, …

    …not just poorly designed tests
    Gudahtt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ddd7ad7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Minor editorial changes

    Gudahtt authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    60f5dfd View commit details
    Browse the repository at this point in the history