Skip to content

Commit

Permalink
tests: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Dec 10, 2019
1 parent 7709dff commit 7a9cb08
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,12 @@ def setUp(self, config_dict='config_dict'):
{
'id': '122239',
'key': 'control',
'featureEnabled': True,
'variables': [{'id': '155551', 'value': '42.42'}],
'variables': [],
},
{
'id': '122240',
'key': 'variation',
'featureEnabled': True,
'variables': [{'id': '155551', 'value': '13.37'}],
'variables': [],
},
],
},
Expand Down
Loading

0 comments on commit 7a9cb08

Please sign in to comment.