You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't want to install from LuaRocks, it's possible to compile the modules locally using `luarocks make`.
95
+
If you don't want to install from LuaRocks, it's possible to compile the modules locally in this git repo by using `luarocks make`.
93
96
94
97
**Install the base SDK only**
95
98
```bash
@@ -111,7 +114,7 @@ Read our [documentation](https://docs.launchdarkly.com) for in-depth instruction
111
114
Testing
112
115
-------
113
116
114
-
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.
117
+
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. 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.
0 commit comments