예제 #1
0
 def test_is_outcome_recommended(self):
     assert is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_SUCCESS)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_FAIL)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_CURATED)
예제 #2
0
 def test_is_outcome_recommended(self):
     assert is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_SUCCESS)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_FAIL)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_CURATED)
     assert not self.recommendation_server_mock.called
예제 #3
0
 def test_is_outcome_recommended(self):
     assert is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_SUCCESS)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_FAIL)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_CURATED)
     assert not self.recommendation_server_mock.called
예제 #4
0
 def test_is_outcome_recommended(self):
     assert is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_SUCCESS)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_REAL_FAIL)
     assert not is_outcome_recommended(TAAR_LITE_OUTCOME_CURATED)