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

Testing Pyramid needs to be adjusted on the page Testing Guidelines #23

Open
BrunoGomesOS opened this issue Mar 4, 2022 · 0 comments
Open

Comments

@BrunoGomesOS
Copy link

On the Pyramid represented on the testing guidelines, it shows that the bottom layer is Component testing and that should not be the correct representation it should be "Unit".
Component testing is not applied only to unit testing is applied to components that can include several units of code.
Component testing can even be applied to the service/integration layer.
On the article https://martinfowler.com/articles/practical-test-pyramid.html you have that being specified.

KnowOps pushed a commit that referenced this issue Dec 15, 2022
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant