Skip to content

Commit

Permalink
remove playback test only headers
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Feb 3, 2021
1 parent ed075f4 commit c1f7bdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def test_all_successful_passing_text_document_input_entities_task(self, client):
self.assertIsNotNone(entity.offset)
self.assertIsNotNone(entity.confidence_score)

@pytest.mark.playback_test_only
@GlobalTextAnalyticsAccountPreparer()
@TextAnalyticsClientPreparer()
def test_all_successful_passing_string_pii_entities_task(self, client):
Expand Down Expand Up @@ -166,7 +165,6 @@ def test_document_warnings(self, client):
# TODO: reproduce a warnings scenario for implementation
pass

@pytest.mark.playback_test_only
@GlobalTextAnalyticsAccountPreparer()
@TextAnalyticsClientPreparer()
def test_output_same_order_as_input_multiple_tasks(self, client):
Expand Down Expand Up @@ -403,7 +401,6 @@ def test_poller_metadata(self, client):
# for doc in action_result.document_results:
# self.assertFalse(doc.is_error)

# @pytest.mark.playback_test_only
# @GlobalTextAnalyticsAccountPreparer()
# @TextAnalyticsClientPreparer(client_kwargs={
# "default_language": "en"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ async def test_all_successful_passing_text_document_input_entities_task(self, cl
self.assertIsNotNone(entity.offset)
self.assertIsNotNone(entity.confidence_score)

@pytest.mark.playback_test_only
@GlobalTextAnalyticsAccountPreparer()
@TextAnalyticsClientPreparer()
async def test_all_successful_passing_string_pii_entities_task(self, client):
Expand Down Expand Up @@ -387,7 +386,6 @@ async def test_poller_metadata(self, client):

### TODO: Commenting out language tests. Right now analyze only supports language 'en', so no point to these tests yet

# @pytest.mark.playback_test_only
# @GlobalTextAnalyticsAccountPreparer()
# @TextAnalyticsClientPreparer()
# async def test_whole_batch_language_hint(self, client):
Expand Down

0 comments on commit c1f7bdc

Please sign in to comment.