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
Add attributes and events support to config (#339)
* added sdk and environment key
* [MAINTENANCE] Remove Deprecated warnings during build
- assertRaisesRegexp -> assertRaisesRegex
- assertEquals -> assertEqual
- isAlive() -> is_alive()
- Check added to base.py to confirm attribute assertRaisesRegex for backwards compatibility to Python2.7
* [OASIS-7757] Fix spelling of environment to fix testcases from failing
* [OASIS-7757] - Added additional test cases to test_optimizely and test_user_context.
* [OASIS-7800] Updated optimizely_config with attributes and events
* [OASIS-7757] - update copyright years and add more testcases for sdk_key and environment_key. Move decide tests to test_user_context from test_optimizely.
* [OASIS-7800] Updated optimizely_config with attributes and events
* Run autopep8 to fix formatting issues after rebase
* [OASIS-7800] - Added test cases for attribute map and events map
* Remove unused import from optimizely config
* Corrected comment wording in get functions for events.
Co-authored-by: ozayr-zaviar <[email protected]>
0 commit comments