Skip to content

Commit 5d72458

Browse files
author
Dan Richelson
committed
update Readme
1 parent 09efa54 commit 5d72458

File tree

2 files changed

+328
-252
lines changed

2 files changed

+328
-252
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Using Redis
6767

6868
$client = new LaunchDarkly\LDClient("your_sdk_key", ['feature_requester_class' => 'LaunchDarkly\LDDFeatureRequester']);
6969

70+
Testing
71+
-------
72+
73+
We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.
74+
7075
Learn more
7176
-----------
7277

0 commit comments

Comments
 (0)