fe705fc42371d7f9697b2ef3192bc59008d7b136,dialogflow/cloud-client/create_entity_type_test.py,,,#,25
Before Change
import entity_type_management
PROJECT_ID = os.getenv("GCLOUD_PROJECT")
DISPLAY_NAME = "entity_type_" + datetime.datetime.now().strftime(
"%Y%m%d%H%M%S"
)
pytest.ENTITY_TYPE_ID = None
@pytest.fixture(scope="function", autouse=True)
After Change
import entity_type_management
PROJECT_ID = os.getenv("GCLOUD_PROJECT")
DISPLAY_NAME = "entity_type_{}".format(uuid.uuid4()).replace("-", "")[:30]
pytest.ENTITY_TYPE_ID = None
@pytest.fixture(scope="function", autouse=True)
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 11
Instances
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/create_entity_type_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/list_entity_types_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/delete_entity_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/delete_entity_type_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/list_entities_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/create_entity_test.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: fe705fc42371d7f9697b2ef3192bc59008d7b136
Time: 2020-02-26
Author: nnegrey@users.noreply.github.com
File Name: dialogflow/cloud-client/session_entity_type_management_test.py
Class Name:
Method Name: