Skip to content

Commit 7da8038

Browse files
authored
Merge branch 'main' into alyo2-remove-blueprints
2 parents 109dd65 + b5bf70a commit 7da8038

25 files changed

+688
-54
lines changed

.github/workflows/markdown-check-links.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/markdown-check-links.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Software Engineering Quality Framework
22

3+
> **Note:** Contributors must take all necessary precautions to ensure that sensitive data does not leak into Source Control Management Systems. You must ensure you have reviewed the [guidance on what to do should this happen](practices/guides/commit-purge.md).
4+
35
## How to get started
46

57
See the [Quick Start Guide](quickstart.md)

images/commit-history-github.png

60 KB
Loading
10.7 KB
Loading
8.34 KB
Loading
8.45 KB
Loading
26 KB
Loading
32.5 KB
Loading

insights/review.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ You may wish to score each individual component or system separately for these a
167167
#### 9. Testing
168168

169169
- We have great test coverage.
170-
- Testing is everyone's responsibility.
170+
- Testing is everyone's responsibility and test is a first-class concern.
171+
- A failing test suite in CI gets immediate attention.
172+
- We support all team members to practice good testing, including by holding no-blame sessions to discuss any automation tests we should have added, and what we can learn from having missed them initially.
173+
- We build code for testability.
174+
- Tests (including both test code and test coverage & whether there are gaps) are part of our standard peer-review process.
171175
- Repetitive tests are automated.
172176
- Testing is considered before each work item is started and throughout its delivery.
173177
- We use the right mix of testing techniques including automated checks and exploratory testing.

0 commit comments

Comments
 (0)