Skip to content

Commit 36640a2

Browse files
committed
Clarify Integration Test / Unit Test dependency
1 parent 581081c commit 36640a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ Testing is always important and the code coverage by unit tests should not decre
4242
DynamoDB comes with a lot of features. Therefore new supported features should always come with an Integration Test.
4343

4444
That means that it should have an `...IT.java` test class that uses the local DynamoDB to demonstrate how the feature is used.
45-
This serves as proove that it is working (test case succeeds) and also as documentation and 'how-to'.
45+
This serves as proove that it is working (test case succeeds) and also as documentation and 'how-to'.
46+
But an Integration Test should always be present _next to_ regular Unit Tests that follow common, good practise to test a single class without requiring existence of external dependencies.
47+

0 commit comments

Comments
 (0)