Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/110-keep-tests-independent.md

content/software-design-and-architecture
Kamran Ahmed 2 years ago committed by GitHub
parent 901f359d39
commit 2235af6370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/110-keep-tests-independent.md

@ -1,6 +1,6 @@
# Keep Tests Independent
Keeping tests independent is important in system architecture because it ensures that the tests are reliable, repeatable, and easy to maintain. When tests are independent, a change in one test will not affect the results of other tests.
Keeping tests independent helps ensures that the tests are reliable, repeatable, and easy to maintain. When tests are independent, a change in one test will not affect the results of other tests.
Here are some ways to keep tests independent in system architecture:

Loading…
Cancel
Save