File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,8 @@ def test_decide_feature_rollout(self):
401
401
'rollout' ,
402
402
expected .enabled ,
403
403
'test_user' ,
404
- user_attributes
404
+ user_attributes ,
405
+ None
405
406
)
406
407
407
408
# assert notification count
@@ -564,7 +565,8 @@ def test_decide_feature_null_variation(self):
564
565
'rollout' ,
565
566
expected .enabled ,
566
567
'test_user' ,
567
- {'browser' : 'chrome' }
568
+ {'browser' : 'chrome' },
569
+ None
568
570
)
569
571
570
572
def test_decide_feature_null_variation__send_flag_decision_false (self ):
@@ -841,7 +843,8 @@ def test_decide__option__exclude_variables(self):
841
843
'feature-test' ,
842
844
expected .enabled ,
843
845
'test_user' ,
844
- {'browser' : 'chrome' }
846
+ {'browser' : 'chrome' },
847
+ None
845
848
)
846
849
847
850
def test_decide__option__include_reasons__feature_test (self ):
@@ -953,7 +956,8 @@ def test_decide__option__enabled_flags_only(self):
953
956
'rollout' ,
954
957
expected .enabled ,
955
958
'test_user' ,
956
- user_attributes
959
+ user_attributes ,
960
+ None
957
961
)
958
962
959
963
def test_decide__default_options__with__options (self ):
@@ -1512,7 +1516,8 @@ def test_should_return_valid_decision_after_setting_and_removing_forced_decision
1512
1516
'feature-test' ,
1513
1517
expected .enabled ,
1514
1518
'test_user' ,
1515
- {}
1519
+ {},
1520
+ None
1516
1521
)
1517
1522
1518
1523
self .assertTrue ('User "test_user" is in variation "control" of experiment test_experiment.'
You can’t perform that action at this time.
0 commit comments