.env.template
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Pipfile
README.rst
mypy.ini
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/developer_api.rst
docs/example_bike.rst
docs/index.rst
docs/make.bat
docs/notebooks.rst
docs/_static/bikemodel.png
docs/_static/bikeproduct.png
docs/_static/bikeproduct2.png
docs/_static/command_window_with_jupyter_notebook_response.png
docs/_static/logo.png
docs/_static/new_folder.png
docs/_static/open_command_window.png
docs/api/client.rst
docs/api/enums.rst
docs/api/exceptions.rst
docs/api/helpers.rst
docs/api/models_activity.rst
docs/api/models_base.rst
docs/api/models_part.rst
docs/api/models_property.rst
docs/api/models_scope.rst
docs/api/models_service.rst
docs/api/models_teams.rst
docs/api/models_users.rst
docs/api/models_validators_all.rst
docs/api/models_validators_base_validators.rst
docs/api/models_validators_effects.rst
docs/api/models_widgets_widgets.rst
docs/api/utils.rst
docs/notebooks/00_getting_started.rst
docs/notebooks/basic_usage.ipynb
pykechain/__about__.py
pykechain/__init__.py
pykechain/client.py
pykechain/defaults.py
pykechain/enums.py
pykechain/exceptions.py
pykechain/extra_utils.py
pykechain/helpers.py
pykechain/utils.py
pykechain.egg-info/PKG-INFO
pykechain.egg-info/SOURCES.txt
pykechain.egg-info/dependency_links.txt
pykechain.egg-info/requires.txt
pykechain.egg-info/top_level.txt
pykechain/models/__init__.py
pykechain/models/activity.py
pykechain/models/activity2.py
pykechain/models/association.py
pykechain/models/banner.py
pykechain/models/base.py
pykechain/models/base_reference.py
pykechain/models/expiring_download.py
pykechain/models/input_checks.py
pykechain/models/notification.py
pykechain/models/part.py
pykechain/models/part2.py
pykechain/models/partset.py
pykechain/models/property.py
pykechain/models/property2.py
pykechain/models/property2_activity_reference.py
pykechain/models/property2_attachment.py
pykechain/models/property2_datetime.py
pykechain/models/property2_multi_reference.py
pykechain/models/property2_selectlist.py
pykechain/models/property_attachment.py
pykechain/models/property_datetime.py
pykechain/models/property_multi_reference.py
pykechain/models/property_reference.py
pykechain/models/property_selectlist.py
pykechain/models/scope.py
pykechain/models/scope2.py
pykechain/models/service.py
pykechain/models/tags.py
pykechain/models/team.py
pykechain/models/tree_traversal.py
pykechain/models/user.py
pykechain/models/value_filter.py
pykechain/models/representations/__init__.py
pykechain/models/representations/component.py
pykechain/models/representations/representation_base.py
pykechain/models/representations/representations.py
pykechain/models/sidebar/__init__.py
pykechain/models/sidebar/sidebar_button.py
pykechain/models/sidebar/sidebar_manager.py
pykechain/models/validators/__init__.py
pykechain/models/validators/effects.py
pykechain/models/validators/mime_types_defaults.py
pykechain/models/validators/validator_schemas.py
pykechain/models/validators/validators.py
pykechain/models/validators/validators_base.py
pykechain/models/widgets/__init__.py
pykechain/models/widgets/enums.py
pykechain/models/widgets/helpers.py
pykechain/models/widgets/widget.py
pykechain/models/widgets/widget_models.py
pykechain/models/widgets/widget_schemas.py
pykechain/models/widgets/widgets_manager.py
tests/__init__.py
tests/classes.py
tests/test_about.py
tests/test_activities.py
tests/test_associations.py
tests/test_banners.py
tests/test_client.py
tests/test_enums.py
tests/test_exceptions.py
tests/test_expiring_downloads.py
tests/test_helpers.py
tests/test_notifications.py
tests/test_parts.py
tests/test_parts_copy_move.py
tests/test_parts_create_with_properties.py
tests/test_parts_reorder_properties.py
tests/test_parts_retrieve.py
tests/test_parts_update.py
tests/test_properties.py
tests/test_scope.py
tests/test_services.py
tests/test_sidebar.py
tests/test_tags.py
tests/test_teams.py
tests/test_users.py
tests/test_utils.py
tests/test_value_filter.py
tests/test_widgets.py
tests/utils.py
tests/cassettes/.keep_this_dir
tests/cassettes/TestActivities.test_activity_assignees_list.json
tests/cassettes/TestActivities.test_activity_assignees_list_no_assignees_gives_empty_list.json
tests/cassettes/TestActivities.test_activity_associated_objects_ids.json
tests/cassettes/TestActivities.test_activity_associated_parts.json
tests/cassettes/TestActivities.test_activity_attributes.json
tests/cassettes/TestActivities.test_activity_is_subprocess.json
tests/cassettes/TestActivities.test_activity_is_task.json
tests/cassettes/TestActivities.test_activity_move.json
tests/cassettes/TestActivities.test_activity_move_under_part_object.json
tests/cassettes/TestActivities.test_activity_move_under_task_parent.json
tests/cassettes/TestActivities.test_activity_parts_of_specific_type.json
tests/cassettes/TestActivities.test_activity_retrieve_children_of_parent.json
tests/cassettes/TestActivities.test_activity_retrieve_children_of_subprocess_with_arguments.json
tests/cassettes/TestActivities.test_activity_retrieve_parent_of_a_toplevel_task_returns_workflow_root_id.json
tests/cassettes/TestActivities.test_activity_retrieve_parent_of_root.json
tests/cassettes/TestActivities.test_activity_retrieve_parent_of_task.json
tests/cassettes/TestActivities.test_activity_retrieve_with_refs.json
tests/cassettes/TestActivities.test_activity_test_workflow_root_object.json
tests/cassettes/TestActivities.test_activity_without_scope_id_will_fix_itself.json
tests/cassettes/TestActivities.test_child.json
tests/cassettes/TestActivities.test_child_invalid.json
tests/cassettes/TestActivities.test_count_children.json
tests/cassettes/TestActivities.test_create_activity_with_incorrect_activity_class_fails.json
tests/cassettes/TestActivities.test_datetime_with_naive_duedate_only_fails.json
tests/cassettes/TestActivities.test_datetime_with_tzinfo_provides_correct_offset.json
tests/cassettes/TestActivities.test_edit_activity_assignee.json
tests/cassettes/TestActivities.test_edit_activity_clearing_values.json
tests/cassettes/TestActivities.test_edit_activity_description.json
tests/cassettes/TestActivities.test_edit_activity_naive_dates.json
tests/cassettes/TestActivities.test_edit_activity_name.json
tests/cassettes/TestActivities.test_edit_activity_status.json
tests/cassettes/TestActivities.test_edit_cascade_down.json
tests/cassettes/TestActivities.test_edit_due_date_timezone_aware.json
tests/cassettes/TestActivities.test_retrieve_activities.json
tests/cassettes/TestActivities.test_retrieve_activity_by_id.json
tests/cassettes/TestActivities.test_retrieve_all_children.json
tests/cassettes/TestActivities.test_retrieve_children_of_task_fails_for_task.json
tests/cassettes/TestActivities.test_retrieve_siblings_of_a_task_in_a_subprocess.json
tests/cassettes/TestActivities.test_retrieve_siblings_of_a_task_in_a_subprocess_with_arguments.json
tests/cassettes/TestActivities.test_retrieve_siblings_of_root.json
tests/cassettes/TestActivities.test_retrieve_single_activity.json
tests/cassettes/TestActivities.test_retrieve_too_many_activity.json
tests/cassettes/TestActivities.test_retrieve_unknown_activity.json
tests/cassettes/TestActivities.test_rootlevel_activity_is_rootlevel.json
tests/cassettes/TestActivities.test_subtask_activity_is_not_rootlevel.json
tests/cassettes/TestActivityClone.test.json
tests/cassettes/TestActivityClone.test_async_via_client.json
tests/cassettes/TestActivityClone.test_async_via_task.json
tests/cassettes/TestActivityClone.test_parent_id.json
tests/cassettes/TestActivityClone.test_update.json
tests/cassettes/TestActivityClone.test_update_incorrect.json
tests/cassettes/TestActivityCloneParts.test.json
tests/cassettes/TestActivityCloneParts.test_excluded_models.json
tests/cassettes/TestActivityConstruction.test_create_below_parent.json
tests/cassettes/TestActivityConstruction.test_create_on_scope.json
tests/cassettes/TestActivityConstruction.test_create_with_classification.json
tests/cassettes/TestActivityConstruction.test_create_with_incorrect_classification.json
tests/cassettes/TestActivityConstruction.test_create_with_incorrect_inputs.json
tests/cassettes/TestActivityConstruction.test_create_with_incorrect_parent.json
tests/cassettes/TestActivityConstruction.test_create_with_inputs.json
tests/cassettes/TestActivityConstruction.test_create_with_task_as_parent.json
tests/cassettes/TestActivityConstruction.test_delete.json
tests/cassettes/TestActivityDownloadAsPDF.test_activity_download_as_pdf.json
tests/cassettes/TestActivityDownloadAsPDF.test_activity_download_as_pdf_async.json
tests/cassettes/TestActivityDownloadAsPDF.test_activity_share_link.json
tests/cassettes/TestActivityDownloadAsPDF.test_activity_share_pdf.json
tests/cassettes/TestActivityReference.test_create.json
tests/cassettes/TestActivityReference.test_reload.json
tests/cassettes/TestActivityReference.test_value.json
tests/cassettes/TestActivityReference.test_value_ids.json
tests/cassettes/TestAssociations.test_association_attributes.json
tests/cassettes/TestAssociations.test_clear_associations.json
tests/cassettes/TestAssociations.test_readable_models.json
tests/cassettes/TestAssociations.test_remove_associations.json
tests/cassettes/TestAssociations.test_retrieve_association_incorrect_inputs.json
tests/cassettes/TestAssociations.test_retrieve_associations.json
tests/cassettes/TestAssociations.test_retrieve_associations_interface.json
tests/cassettes/TestAssociations.test_set_associations.json
tests/cassettes/TestAssociations.test_set_associations_empty.json
tests/cassettes/TestAssociations.test_update_associations_empty.json
tests/cassettes/TestAssociations.test_update_widget_associations.json
tests/cassettes/TestAssociations.test_validate_model_input.json
tests/cassettes/TestAssociations.test_validate_widget_input.json
tests/cassettes/TestAssociations.test_validate_widgets_input.json
tests/cassettes/TestAssociations.test_writable_models.json
tests/cassettes/TestAttachment.test_add_with_properties.json
tests/cassettes/TestAttachment.test_clear_an_attachment_property.json
tests/cassettes/TestAttachment.test_has_value_false.json
tests/cassettes/TestAttachment.test_has_value_true.json
tests/cassettes/TestAttachment.test_retrieve_attachment.json
tests/cassettes/TestAttachment.test_retrieve_filename_from_value.json
tests/cassettes/TestAttachment.test_retrieve_value.json
tests/cassettes/TestAttachment.test_set_value_none.json
tests/cassettes/TestAttachment.test_set_value_not_a_path.json
tests/cassettes/TestAttachment.test_upload.json
tests/cassettes/TestBanners.test_create.json
tests/cassettes/TestBanners.test_create_empty.json
tests/cassettes/TestBanners.test_create_invalid_inputs.json
tests/cassettes/TestBanners.test_delete.json
tests/cassettes/TestBanners.test_edit.json
tests/cassettes/TestBanners.test_edit_banner_clear_values.json
tests/cassettes/TestBanners.test_edit_invalid_inputs.json
tests/cassettes/TestBanners.test_edit_single_inputs.json
tests/cassettes/TestBanners.test_get_active_banner.json
tests/cassettes/TestBanners.test_get_banner.json
tests/cassettes/TestBanners.test_get_banners.json
tests/cassettes/TestBanners.test_get_banners_invalid_inputs.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_model_id.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_name.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_parent_id.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_properties.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_property_model_id.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_property_name.json
tests/cassettes/TestBulkPartsCreation.test_bulk_create_parts_without_property_value.json
tests/cassettes/TestBulkPartsDeletion.test_bulk_delete_parts.json
tests/cassettes/TestBulkPartsDeletion.test_bulk_delete_parts_with_wrong_input.json
tests/cassettes/TestClientAppVersions.test_compare_versions.json
tests/cassettes/TestClientAppVersions.test_retrieve_versions.json
tests/cassettes/TestClientLive.test_clone_scope.json
tests/cassettes/TestClientLive.test_clone_scope_with_arguments.json
tests/cassettes/TestClientLive.test_create_scope.json
tests/cassettes/TestClientLive.test_create_scope_no_arguments.json
tests/cassettes/TestClientLive.test_create_scope_with_team_name.json
tests/cassettes/TestClientLive.test_create_scope_with_team_uuid.json
tests/cassettes/TestClientLive.test_create_scope_with_wrong_arguments.json
tests/cassettes/TestClientLive.test_get_current_user.json
tests/cassettes/TestClientLive.test_login.json
tests/cassettes/TestClientLive.test_no_login.json
tests/cassettes/TestClientLive.test_reload_deleted_object.json
tests/cassettes/TestClientLive.test_scope_delete.json
tests/cassettes/TestCloneScopeAsync.test_clone_asynchronous.json
tests/cassettes/TestCreateModelWithProperties.test_create_model_with_properties.json
tests/cassettes/TestCreateModelWithProperties.test_create_with_invalid_properties.json
tests/cassettes/TestDateTime.test_get_datetime.json
tests/cassettes/TestDateTime.test_iso_formatted.json
tests/cassettes/TestDateTime.test_pending_value.json
tests/cassettes/TestDateTime.test_set_value.json
tests/cassettes/TestDateTime.test_set_value_iso_string.json
tests/cassettes/TestDateTime.test_set_value_non_datetime.json
tests/cassettes/TestDateTime.test_set_value_none.json
tests/cassettes/TestDateTime.test_to_datetime.json
tests/cassettes/TestDateTime.test_value_via_part.json
tests/cassettes/TestExceptionsLive.test_api_error_with_argument_and_response.json
tests/cassettes/TestExceptionsLive.test_api_error_with_response.json
tests/cassettes/TestExpiringDownloads.test_create_expiring_download_with_content.json
tests/cassettes/TestExpiringDownloads.test_retrieve_expiring_downloads.json
tests/cassettes/TestExpiringDownloads.test_save_expiring_download_content.json
tests/cassettes/TestExpiringDownloads.test_update_expiring_download.json
tests/cassettes/TestExpiringDownloads.test_upload_expiring_download.json
tests/cassettes/TestExpiringDownloads.test_upload_wrong_content_path.json
tests/cassettes/TestGeocoordinateRepresentation.test_create_with_prop.json
tests/cassettes/TestGeocoordinateRepresentation.test_get_set.json
tests/cassettes/TestGeocoordinateRepresentation.test_set_value.json
tests/cassettes/TestGeocoordinateRepresentation.test_unsupported_value.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__auth_and_no_scope.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__auth_and_no_url.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__no_auth.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__no_pass.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__scope_id_and_no_pass.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__token_and_no_scope.json
tests/cassettes/TestGetProjectHelper.test_project_raises_error__token_and_no_url.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project__force_env_use__only_url.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project__force_env_use__other_things_provided.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project__force_env_use__url_and_token.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project__force_env_use__url_token_and_name.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project__force_env_use_no_vars.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project__not_for_travis.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_get_project_from_env__not_for_travis.json
tests/cassettes/TestGetProjectHelperNotForTravis.test_test_get_project_with_scope_id__not_for_travis.json
tests/cassettes/TestMultiReferenceProperty.test_add_excluded_propmodels_to_reference_property.json
tests/cassettes/TestMultiReferenceProperty.test_clear_prefilters.json
tests/cassettes/TestMultiReferenceProperty.test_copy_reference_property_with_options.json
tests/cassettes/TestMultiReferenceProperty.test_create_ref_property_referencing_id.json
tests/cassettes/TestMultiReferenceProperty.test_create_ref_property_referencing_id_in_list.json
tests/cassettes/TestMultiReferenceProperty.test_create_ref_property_referencing_part.json
tests/cassettes/TestMultiReferenceProperty.test_create_ref_property_referencing_part_in_list.json
tests/cassettes/TestMultiReferenceProperty.test_create_ref_property_wrongly_referencing.json
tests/cassettes/TestMultiReferenceProperty.test_create_ref_property_wrongly_referencing_in_list.json
tests/cassettes/TestMultiReferenceProperty.test_get_excluded_propmodel_ids.json
tests/cassettes/TestMultiReferenceProperty.test_get_prefilters.json
tests/cassettes/TestMultiReferenceProperty.test_multi_ref_choices.json
tests/cassettes/TestMultiReferenceProperty.test_overwrite_excluded_propmodels_on_reference_property.json
tests/cassettes/TestMultiReferenceProperty.test_overwrite_prefilters.json
tests/cassettes/TestMultiReferenceProperty.test_overwrite_prefilters_on_reference_property.json
tests/cassettes/TestMultiReferenceProperty.test_property_clear_referenced_part_instances.json
tests/cassettes/TestMultiReferenceProperty.test_property_clear_selected_part_model.json
tests/cassettes/TestMultiReferenceProperty.test_referencing_a_list_with_no_parts.json
tests/cassettes/TestMultiReferenceProperty.test_referencing_a_model.json
tests/cassettes/TestMultiReferenceProperty.test_referencing_multiple_instances_using_ids.json
tests/cassettes/TestMultiReferenceProperty.test_referencing_multiple_instances_using_parts.json
tests/cassettes/TestMultiReferenceProperty.test_retrieve_scope_id.json
tests/cassettes/TestMultiReferenceProperty.test_set_excluded_propmodels_on_reference_property.json
tests/cassettes/TestMultiReferenceProperty.test_set_excluded_propmodels_on_reference_property_the_wrong_way.json
tests/cassettes/TestMultiReferenceProperty.test_set_excluded_propmodels_on_reference_property_using_uuid.json
tests/cassettes/TestMultiReferenceProperty.test_set_excluded_propmodels_on_reference_property_with_prefilters_and_validators.json
tests/cassettes/TestMultiReferenceProperty.test_set_excluded_propmodels_with_validation.json
tests/cassettes/TestMultiReferenceProperty.test_set_prefilters_on_reference_property.json
tests/cassettes/TestMultiReferenceProperty.test_set_prefilters_on_reference_property_the_wrong_way.json
tests/cassettes/TestMultiReferenceProperty.test_set_prefilters_on_reference_property_using_uuid.json
tests/cassettes/TestMultiReferenceProperty.test_set_prefilters_on_reference_property_with_excluded_propmodels_and_validators.json
tests/cassettes/TestMultiReferenceProperty.test_set_prefilters_with_tuples.json
tests/cassettes/TestMultiReferenceProperty.test_set_prefilters_with_validation.json
tests/cassettes/TestMultiReferenceProperty.test_value_ids.json
tests/cassettes/TestMultiReferenceProperty.test_value_if_multi_ref_gives_back_all_parts.json
tests/cassettes/TestMultiReferenceProperty.test_value_if_nothing_is_referenced.json
tests/cassettes/TestMultiReferencePropertyXScope.test_set_model_value.json
tests/cassettes/TestMultiReferencePropertyXScope.test_set_model_value_using_id.json
tests/cassettes/TestMultiReferencePropertyXScope.test_set_value.json
tests/cassettes/TestMultiSelectListProperty.test_fail_to_set_options_on_instance.json
tests/cassettes/TestMultiSelectListProperty.test_get_options_list.json
tests/cassettes/TestMultiSelectListProperty.test_illegal_options_are_not_set.json
tests/cassettes/TestMultiSelectListProperty.test_integrity_options_dict.json
tests/cassettes/TestMultiSelectListProperty.test_set_options_list.json
tests/cassettes/TestMultiSelectListProperty.test_set_value_in_options.json
tests/cassettes/TestMultiSelectListProperty.test_set_value_not_in_options_raises_error.json
tests/cassettes/TestMultiSelectListProperty.test_value.json
tests/cassettes/TestNotificationCreation.test_create.json
tests/cassettes/TestNotificationCreation.test_create_invalid_inputs.json
tests/cassettes/TestNotificationCreation.test_create_with_inputs.json
tests/cassettes/TestNotificationCreation.test_delete_notification.json
tests/cassettes/TestNotificationCreation.test_delete_notification_from_client.json
tests/cassettes/TestNotifications.test_all_notifications_retrieval.json
tests/cassettes/TestNotifications.test_edit.json
tests/cassettes/TestNotifications.test_edit_incorrect_inputs.json
tests/cassettes/TestNotifications.test_edit_notification_clear_values.json
tests/cassettes/TestNotifications.test_get_from_user.json
tests/cassettes/TestNotifications.test_get_recipient_users.json
tests/cassettes/TestNotifications.test_get_team.json
tests/cassettes/TestNotifications.test_retrieve_notification.json
tests/cassettes/TestNotifications.test_retrieve_notification_raise_multiple_found.json
tests/cassettes/TestNotifications.test_retrieve_notification_raise_not_found.json
tests/cassettes/TestPIM2SpecificPartTests.test_retrieve_parent_of_part_without_parent_id.json
tests/cassettes/TestPIM2SpecificPartTests.test_retrieve_part_without_parent_id.json
tests/cassettes/TestPIM2SpecificPartTests.test_retrieve_siblings_of_part_without_parent_id.json
tests/cassettes/TestPartCreateWithProperties.test_create_part_with_properties_ids_with_bulk.json
tests/cassettes/TestPartCreateWithProperties.test_create_part_with_properties_names_with_bulk.json
tests/cassettes/TestPartCreateWithProperties.test_create_part_with_properties_no_bulk.json
tests/cassettes/TestPartRetrieve.test_all_children.json
tests/cassettes/TestPartRetrieve.test_child.json
tests/cassettes/TestPartRetrieve.test_child_after_construction.json
tests/cassettes/TestPartRetrieve.test_child_caching.json
tests/cassettes/TestPartRetrieve.test_child_invalid.json
tests/cassettes/TestPartRetrieve.test_get_instances_of_a_model.json
tests/cassettes/TestPartRetrieve.test_get_instances_of_an_instances_raises_notfound.json
tests/cassettes/TestPartRetrieve.test_get_models_with_descendants_tree.json
tests/cassettes/TestPartRetrieve.test_get_parts_with_descendants_tree.json
tests/cassettes/TestPartRetrieve.test_get_single_instance_of_a_model.json
tests/cassettes/TestPartRetrieve.test_get_single_instance_of_a_model_without_instances_raises_notfounderror.json
tests/cassettes/TestPartRetrieve.test_get_single_instance_of_a_multiplicity_model_raises_multiplefounderror.json
tests/cassettes/TestPartRetrieve.test_retrieve_parts_with_refs.json
tests/cassettes/TestPartUpdate.test.json
tests/cassettes/TestPartUpdate.test_bulk_update.json
tests/cassettes/TestPartUpdate.test_invalid_inputs.json
tests/cassettes/TestPartUpdate.test_model.json
tests/cassettes/TestPartUpdate.test_with_attachment.json
tests/cassettes/TestPartUpdate.test_with_missing_property.json
tests/cassettes/TestPartUpdate.test_with_property_ids.json
tests/cassettes/TestParts.test_add_proxy_to.json
tests/cassettes/TestParts.test_add_to_wrong_categories.json
tests/cassettes/TestParts.test_base_comparison.json
tests/cassettes/TestParts.test_base_hash.json
tests/cassettes/TestParts.test_clone_instance.json
tests/cassettes/TestParts.test_clone_instance_with_multiplicity_violation.json
tests/cassettes/TestParts.test_clone_model.json
tests/cassettes/TestParts.test_count_children.json
tests/cassettes/TestParts.test_count_instances.json
tests/cassettes/TestParts.test_create_model.json
tests/cassettes/TestParts.test_create_model_where_parent_is_instance.json
tests/cassettes/TestParts.test_create_part_where_model_is_instance.json
tests/cassettes/TestParts.test_create_part_where_parent_is_model.json
tests/cassettes/TestParts.test_create_proxy_model_where_model_is_instance.json
tests/cassettes/TestParts.test_create_proxy_model_where_parent_is_instance.json
tests/cassettes/TestParts.test_edit_part_clear_values.json
tests/cassettes/TestParts.test_edit_part_instance_description.json
tests/cassettes/TestParts.test_edit_part_instance_name.json
tests/cassettes/TestParts.test_edit_part_model_name.json
tests/cassettes/TestParts.test_kwargs_on_part_retrieval.json
tests/cassettes/TestParts.test_part_add_delete_part.json
tests/cassettes/TestParts.test_part_attributes.json
tests/cassettes/TestParts.test_part_html_table.json
tests/cassettes/TestParts.test_part_set_get_item_invalid.json
tests/cassettes/TestParts.test_part_set_html_categories.json
tests/cassettes/TestParts.test_part_set_html_table.json
tests/cassettes/TestParts.test_part_set_iterator.json
tests/cassettes/TestParts.test_part_set_with_batch.json
tests/cassettes/TestParts.test_part_set_with_limit.json
tests/cassettes/TestParts.test_retrieve_catalog_model_of_proxy.json
tests/cassettes/TestParts.test_retrieve_children_of_part.json
tests/cassettes/TestParts.test_retrieve_children_of_part_with_additional_arguments.json
tests/cassettes/TestParts.test_retrieve_model.json
tests/cassettes/TestParts.test_retrieve_model_multiple.json
tests/cassettes/TestParts.test_retrieve_model_unknown.json
tests/cassettes/TestParts.test_retrieve_models.json
tests/cassettes/TestParts.test_retrieve_non_existent_proxies_of_a_catalog_model_raises_error.json
tests/cassettes/TestParts.test_retrieve_parent_of_part.json
tests/cassettes/TestParts.test_retrieve_part_multiplicity.json
tests/cassettes/TestParts.test_retrieve_part_properties_in_a_dict.json
tests/cassettes/TestParts.test_retrieve_parts.json
tests/cassettes/TestParts.test_retrieve_proxy_of_instance.json
tests/cassettes/TestParts.test_retrieve_siblings_of_part.json
tests/cassettes/TestParts.test_retrieve_siblings_of_part_with_additional_arguments.json
tests/cassettes/TestParts.test_retrieve_single_multiple.json
tests/cassettes/TestParts.test_retrieve_single_part.json
tests/cassettes/TestParts.test_retrieve_single_unknown.json
tests/cassettes/TestParts.test_scope.json
tests/cassettes/TestParts.test_wrongly_create_model.json
tests/cassettes/TestPartsCopyMove.test_copy_attachments.json
tests/cassettes/TestPartsCopyMove.test_copy_different_categories.json
tests/cassettes/TestPartsCopyMove.test_copy_internal_references_on_instance.json
tests/cassettes/TestPartsCopyMove.test_copy_internal_references_on_model.json
tests/cassettes/TestPartsCopyMove.test_copy_missing_target_parent_instance.json
tests/cassettes/TestPartsCopyMove.test_copy_part_instance.json
tests/cassettes/TestPartsCopyMove.test_copy_part_model_empty_name_not_include_children.json
tests/cassettes/TestPartsCopyMove.test_copy_part_model_given_name_include_children.json
tests/cassettes/TestPartsCopyMove.test_copy_part_model_include_instances.json
tests/cassettes/TestPartsCopyMove.test_copy_target_parent_inside_tree.json
tests/cassettes/TestPartsCopyMove.test_copy_too_many_target_parent_instances.json
tests/cassettes/TestPartsCopyMove.test_move_different_categories.json
tests/cassettes/TestPartsCopyMove.test_move_part_instance.json
tests/cassettes/TestPartsCopyMove.test_move_part_model.json
tests/cassettes/TestPartsReorderProperties.test_reorder_not_list.json
tests/cassettes/TestPartsReorderProperties.test_reorder_properties_of_instance.json
tests/cassettes/TestPartsReorderProperties.test_reorder_properties_using_names.json
tests/cassettes/TestPartsReorderProperties.test_reorder_properties_using_objects.json
tests/cassettes/TestPartsReorderProperties.test_reorder_wrong_properties.json
tests/cassettes/TestProperties.test_copy_property_instance.json
tests/cassettes/TestProperties.test_copy_property_instance_to_model.json
tests/cassettes/TestProperties.test_copy_property_model.json
tests/cassettes/TestProperties.test_edit_property_clear_values.json
tests/cassettes/TestProperties.test_edit_property_model_description.json
tests/cassettes/TestProperties.test_edit_property_model_name.json
tests/cassettes/TestProperties.test_edit_property_model_unit.json
tests/cassettes/TestProperties.test_get_invalid_property.json
tests/cassettes/TestProperties.test_get_property_by_name.json
tests/cassettes/TestProperties.test_get_property_by_uuid.json
tests/cassettes/TestProperties.test_move_property_instance.json
tests/cassettes/TestProperties.test_move_property_model.json
tests/cassettes/TestProperties.test_part_of_property.json
tests/cassettes/TestProperties.test_property_attributes.json
tests/cassettes/TestProperties.test_property_description.json
tests/cassettes/TestProperties.test_property_type.json
tests/cassettes/TestProperties.test_property_unit.json
tests/cassettes/TestProperties.test_retrieve_properties.json
tests/cassettes/TestProperties.test_retrieve_properties_with_kwargs.json
tests/cassettes/TestProperties.test_retrieve_properties_with_refs.json
tests/cassettes/TestProperties.test_retrieve_property.json
tests/cassettes/TestProperties.test_retrieve_property_model.json
tests/cassettes/TestProperties.test_set_property.json
tests/cassettes/TestPropertiesWithReferenceProperty.test_copy_reference_property_with_options.json
tests/cassettes/TestPropertyCreation.test_create_and_delete_property_model.json
tests/cassettes/TestPropertyCreation.test_create_property_incorrect_value.json
tests/cassettes/TestPropertyCreation.test_create_property_on_instance.json
tests/cassettes/TestPropertyCreation.test_create_property_unknown_type.json
tests/cassettes/TestPropertyCreation.test_creation_of_all_property_model_types.json
tests/cassettes/TestPropertyValueFilter.test__eq__.json
tests/cassettes/TestPropertyValueFilter.test_creation.json
tests/cassettes/TestPropertyValueFilter.test_format.json
tests/cassettes/TestPropertyValueFilter.test_parse_options.json
tests/cassettes/TestPropertyValueFilter.test_repr.json
tests/cassettes/TestPropertyValueFilter.test_validate.json
tests/cassettes/TestPropertyValueFilter.test_write_options.json
tests/cassettes/TestPropertyWithValidatorFromLiveServer.test_numeric_property_add_requiredvalidator_on_instance.json
tests/cassettes/TestPropertyWithValidatorFromLiveServer.test_numeric_property_add_requiredvalidator_on_model.json
tests/cassettes/TestPropertyWithValidatorFromLiveServer.test_numeric_property_with_validator_parses.json
tests/cassettes/TestReprActivity.test_create_with_prop.json
tests/cassettes/TestReprActivity.test_get_set.json
tests/cassettes/TestReprActivity.test_set_mode.json
tests/cassettes/TestReprActivity.test_set_mode_incorrect.json
tests/cassettes/TestReprActivity.test_set_value.json
tests/cassettes/TestReprActivity.test_unsupported_value.json
tests/cassettes/TestReprAutofill.test_create_with_prop.json
tests/cassettes/TestReprAutofill.test_get_set.json
tests/cassettes/TestReprAutofill.test_set_value.json
tests/cassettes/TestReprAutofill.test_unsupported_value.json
tests/cassettes/TestReprAutofillUser.test_create_with_prop.json
tests/cassettes/TestReprAutofillUser.test_get_set.json
tests/cassettes/TestReprAutofillUser.test_set_value.json
tests/cassettes/TestReprAutofillUser.test_unsupported_value.json
tests/cassettes/TestReprButton.test_create_with_prop.json
tests/cassettes/TestReprButton.test_get_set.json
tests/cassettes/TestReprButton.test_set_value.json
tests/cassettes/TestReprButton.test_unsupported_value.json
tests/cassettes/TestReprDecimalPlaces.test_create_with_prop.json
tests/cassettes/TestReprDecimalPlaces.test_get_set.json
tests/cassettes/TestReprDecimalPlaces.test_set_value.json
tests/cassettes/TestReprDecimalPlaces.test_unsupported_value.json
tests/cassettes/TestReprLinkTarget.test_create_with_prop.json
tests/cassettes/TestReprLinkTarget.test_get_set.json
tests/cassettes/TestReprLinkTarget.test_set_value.json
tests/cassettes/TestReprLinkTarget.test_unsupported_value.json
tests/cassettes/TestReprScope.test_create_with_prop.json
tests/cassettes/TestReprScope.test_get_set.json
tests/cassettes/TestReprScope.test_set_mode.json
tests/cassettes/TestReprScope.test_set_mode_incorrect.json
tests/cassettes/TestReprScope.test_set_value.json
tests/cassettes/TestReprScope.test_unsupported_value.json
tests/cassettes/TestReprSignificantDigits.test_create_with_prop.json
tests/cassettes/TestReprSignificantDigits.test_get_set.json
tests/cassettes/TestReprSignificantDigits.test_set_value.json
tests/cassettes/TestReprSignificantDigits.test_unsupported_value.json
tests/cassettes/TestReprThousandsSeparator.test_create_with_prop.json
tests/cassettes/TestReprThousandsSeparator.test_get_set.json
tests/cassettes/TestReprThousandsSeparator.test_set_value.json
tests/cassettes/TestReprThousandsSeparator.test_unsupported_value.json
tests/cassettes/TestScopeEdit.test_edit_scope.json
tests/cassettes/TestScopeEdit.test_edit_scope_clearing_values.json
tests/cassettes/TestScopeEdit.test_edit_scope_team.json
tests/cassettes/TestScopeEdit.test_get_landing_page.json
tests/cassettes/TestScopeEdit.test_set_landing_page.json
tests/cassettes/TestScopeMembers.test_add_leadmember.json
tests/cassettes/TestScopeMembers.test_add_manager.json
tests/cassettes/TestScopeMembers.test_add_member.json
tests/cassettes/TestScopeMembers.test_add_member_by_id.json
tests/cassettes/TestScopeMembers.test_add_non_existing_member.json
tests/cassettes/TestScopeMembers.test_add_supervisor.json
tests/cassettes/TestScopeMembers.test_members.json
tests/cassettes/TestScopeMembers.test_remove_leadmember.json
tests/cassettes/TestScopeMembers.test_remove_manager.json
tests/cassettes/TestScopeMembers.test_remove_member.json
tests/cassettes/TestScopeMembers.test_remove_supervisor.json
tests/cassettes/TestScopeMembers.test_reset_members.json
tests/cassettes/TestScopeReference.test_create.json
tests/cassettes/TestScopeReference.test_no_value.json
tests/cassettes/TestScopeReference.test_prefilters.json
tests/cassettes/TestScopeReference.test_reload.json
tests/cassettes/TestScopeReference.test_value.json
tests/cassettes/TestScopeReference.test_value_ids.json
tests/cassettes/TestScopes.test_retrieve_scope_with_kwargs.json
tests/cassettes/TestScopes.test_retrieve_scope_with_refs.json
tests/cassettes/TestScopes.test_retrieve_scopes.json
tests/cassettes/TestScopes.test_retrieve_single_multiple.json
tests/cassettes/TestScopes.test_retrieve_single_unknown.json
tests/cassettes/TestScopes.test_root_properties.json
tests/cassettes/TestScopes.test_scope_attributes.json
tests/cassettes/TestScopes.test_side_bar.json
tests/cassettes/TestScopes.test_team_property_of_scope.json
tests/cassettes/TestSelectListProperty.test_fail_to_set_options_on_instance.json
tests/cassettes/TestSelectListProperty.test_get_options_list.json
tests/cassettes/TestSelectListProperty.test_illegal_options_are_not_set.json
tests/cassettes/TestSelectListProperty.test_integrity_options_dict.json
tests/cassettes/TestSelectListProperty.test_pend_value.json
tests/cassettes/TestSelectListProperty.test_set_options_list.json
tests/cassettes/TestSelectListProperty.test_set_value_in_options.json
tests/cassettes/TestSelectListProperty.test_set_value_not_in_options_raises_error.json
tests/cassettes/TestSelectListProperty.test_value.json
tests/cassettes/TestServiceExecutions.test_debug_service_execution_terminate.json
tests/cassettes/TestServiceExecutions.test_log_of_service_execution.json
tests/cassettes/TestServiceExecutions.test_properties_of_service_execution.json
tests/cassettes/TestServiceExecutions.test_retrieve_service_executions.json
tests/cassettes/TestServiceExecutions.test_retrieve_service_executions_with_kwargs.json
tests/cassettes/TestServiceExecutions.test_retrieve_single_service_execution.json
tests/cassettes/TestServiceExecutions.test_retrieve_single_service_execution_but_found_multiple.json
tests/cassettes/TestServiceExecutions.test_retrieve_single_service_execution_but_found_none.json
tests/cassettes/TestServiceExecutions.test_service_execution_conflict.json
tests/cassettes/TestServices.test_debug_service_execute.json
tests/cassettes/TestServices.test_edit_service_clear_values.json
tests/cassettes/TestServices.test_properties_of_service.json
tests/cassettes/TestServices.test_retrieve_service_but_found_multiple.json
tests/cassettes/TestServices.test_retrieve_service_by_name.json
tests/cassettes/TestServices.test_retrieve_services.json
tests/cassettes/TestServices.test_retrieve_services_with_kwargs.json
tests/cassettes/TestServices.test_retrieve_services_with_refs.json
tests/cassettes/TestServices.test_retrieve_single_service.json
tests/cassettes/TestServices.test_service_context.json
tests/cassettes/TestServices.test_update_service.json
tests/cassettes/TestServicesWithCustomUploadedService.test_create_and_delete_service.json
tests/cassettes/TestServicesWithCustomUploadedService.test_create_service_with_wrong_environment_version.json
tests/cassettes/TestServicesWithCustomUploadedService.test_create_service_with_wrong_service_type.json
tests/cassettes/TestServicesWithCustomUploadedService.test_get_executions_of_service.json
tests/cassettes/TestServicesWithCustomUploadedService.test_save_service_script.json
tests/cassettes/TestServicesWithCustomUploadedService.test_service_refresh_from_kechain.json
tests/cassettes/TestServicesWithCustomUploadedService.test_update_service_incorrect_description.json
tests/cassettes/TestServicesWithCustomUploadedService.test_update_service_incorrect_name.json
tests/cassettes/TestServicesWithCustomUploadedService.test_update_service_incorrect_version.json
tests/cassettes/TestServicesWithCustomUploadedService.test_upload_script_to_service.json
tests/cassettes/TestServicesWithCustomUploadedService.test_upload_script_to_service_with_wrong_path.json
tests/cassettes/TestSideBar.test_attributes_button.json
tests/cassettes/TestSideBar.test_attributes_sidebar.json
tests/cassettes/TestSideBar.test_bulk_add_buttons.json
tests/cassettes/TestSideBar.test_context_manager.json
tests/cassettes/TestSideBar.test_create_button.json
tests/cassettes/TestSideBar.test_create_button_incorrect_arguments.json
tests/cassettes/TestSideBar.test_delete_button.json
tests/cassettes/TestSideBar.test_edit_button.json
tests/cassettes/TestSideBar.test_get_button.json
tests/cassettes/TestSideBar.test_insert_button.json
tests/cassettes/TestSideBar.test_load_buttons.json
tests/cassettes/TestSideBar.test_loading_of_existing_buttons.json
tests/cassettes/TestSideBar.test_manager.json
tests/cassettes/TestSideBar.test_override_sidebar_property.json
tests/cassettes/TestSideBar.test_remove_button.json
tests/cassettes/TestSideBar.test_singleton_manager_per_scope.json
tests/cassettes/TestTagsActivity.test_activity_tags.json
tests/cassettes/TestTagsActivity.test_activity_tags_may_be_emptied.json
tests/cassettes/TestTagsScope.test_scope_tags.json
tests/cassettes/TestTagsScope.test_scope_tags_may_be_emptied.json
tests/cassettes/TestTeams.test_add_and_remove_member.json
tests/cassettes/TestTeams.test_add_scope_to_team.json
tests/cassettes/TestTeams.test_create_team.json
tests/cassettes/TestTeams.test_create_team_incorrect_inputs.json
tests/cassettes/TestTeams.test_create_team_with_inputs.json
tests/cassettes/TestTeams.test_retrieve_managers_members_owners.json
tests/cassettes/TestTeams.test_retrieve_member_with_invalid_role.json
tests/cassettes/TestTeams.test_retrieve_members.json
tests/cassettes/TestTeams.test_retrieve_single_multiple_team_raises_error.json
tests/cassettes/TestTeams.test_retrieve_single_team_with_known_teamname.json
tests/cassettes/TestTeams.test_retrieve_single_unknown_team.json
tests/cassettes/TestTeams.test_retrieve_teams.json
tests/cassettes/TestTeams.test_team_attributes.json
tests/cassettes/TestTeams.test_team_edit.json
tests/cassettes/TestTeams.test_team_edit_wrong_inputs.json
tests/cassettes/TestUpdateProperties.test_bulk_update.json
tests/cassettes/TestUpdateProperties.test_bulk_update_manual.json
tests/cassettes/TestUpdateProperties.test_bulk_update_reset.json
tests/cassettes/TestUserReference.test_create.json
tests/cassettes/TestUserReference.test_no_value.json
tests/cassettes/TestUserReference.test_reload.json
tests/cassettes/TestUserReference.test_value.json
tests/cassettes/TestUserReference.test_value_ids.json
tests/cassettes/TestUsers.test_now_in_my_timezone.json
tests/cassettes/TestUsers.test_retrieve_default_name.json
tests/cassettes/TestUsers.test_retrieve_single_multiple_user_raises_error.json
tests/cassettes/TestUsers.test_retrieve_single_unknown_user.json
tests/cassettes/TestUsers.test_retrieve_single_user_with_known_id.json
tests/cassettes/TestUsers.test_retrieve_single_user_with_known_username.json
tests/cassettes/TestUsers.test_retrieve_user_email.json
tests/cassettes/TestUsers.test_retrieve_user_language.json
tests/cassettes/TestUsers.test_retrieve_user_name.json
tests/cassettes/TestUsers.test_retrieve_user_timezone.json
tests/cassettes/TestUsers.test_retrieve_users.json
tests/cassettes/TestUsers.test_user_attributes.json
tests/cassettes/TestWidgetDownloadAsExcel.test_download_as_excel.json
tests/cassettes/TestWidgetDownloadAsExcel.test_invalid_inputs.json
tests/cassettes/TestWidgetDownloadAsExcel.test_timezone_aware.json
tests/cassettes/TestWidgetManager.test_activity_has_metapanel_in_widget_manager.json
tests/cassettes/TestWidgetManager.test_widget_can_be_found_with_uuid_in_widget_manager.json
tests/cassettes/TestWidgetManager.test_widget_in_widget_manager.json
tests/cassettes/TestWidgetManager.test_widget_manager_creation.json
tests/cassettes/TestWidgetManager.test_widget_not_found.json
tests/cassettes/TestWidgetManager.test_widgetmanager_has_activity_and_client.json
tests/cassettes/TestWidgetManagerInActivity.test_add_attachment_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_attachment_widget_with_associations_using_widget_manager.json
tests/cassettes/TestWidgetManagerInActivity.test_add_attachment_widget_with_editable_association.json
tests/cassettes/TestWidgetManagerInActivity.test_add_card_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_card_widget_ke_chain_pages.json
tests/cassettes/TestWidgetManagerInActivity.test_add_dashboard_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_filtered_grid_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_filtered_grid_widget_with_prefilters_and_excluded_propmodels.json
tests/cassettes/TestWidgetManagerInActivity.test_add_html_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_metapanel_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_metapanel_with_progress_settings.json
tests/cassettes/TestWidgetManagerInActivity.test_add_multicolumn_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_notebook_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_progress_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_propertygrid_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_scope_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_scopemembers_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_service_card_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_service_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_signature_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_super_grid_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_tasks_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_add_tasks_widget_with_filters.json
tests/cassettes/TestWidgetManagerInActivity.test_create_widgets.json
tests/cassettes/TestWidgetManagerInActivity.test_delete_all_widgets.json
tests/cassettes/TestWidgetManagerInActivity.test_delete_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_delete_widget_stand_alone.json
tests/cassettes/TestWidgetManagerInActivity.test_edit_widget_meta.json
tests/cassettes/TestWidgetManagerInActivity.test_edit_widget_title.json
tests/cassettes/TestWidgetManagerInActivity.test_edit_widget_title_and_meta.json
tests/cassettes/TestWidgetManagerInActivity.test_edit_widget_title_is_none.json
tests/cassettes/TestWidgetManagerInActivity.test_insert_widget.json
tests/cassettes/TestWidgetManagerInActivity.test_new_widget_using_widget_manager.json
tests/cassettes/TestWidgetManagerInActivity.test_parent.json
tests/cassettes/TestWidgetManagerInActivity.test_property_grid_with_associations_using_widget_manager.json
tests/cassettes/TestWidgetManagerInActivity.test_scope_widget_invalid_inputs.json
tests/cassettes/TestWidgetManagerInActivity.test_widget_title.json
tests/cassettes/TestWidgetManagerWeatherWidget.test_weather_widget.json
tests/cassettes/TestWidgetNavigationBarWidget.test_add_navbar_disabled_button.json
tests/cassettes/TestWidgetNavigationBarWidget.test_add_navbar_external_link.json
tests/cassettes/TestWidgetNavigationBarWidget.test_add_navbar_widget.json
tests/cassettes/TestWidgetNavigationBarWidget.test_add_navbar_widget_in_place.json
tests/cassettes/TestWidgetNavigationBarWidget.test_add_navbar_widget_incorrect_keys.json
tests/cassettes/TestWidgets.test_associated_parts.json
tests/cassettes/TestWidgets.test_bulk_update.json
tests/cassettes/TestWidgets.test_create_widget_in_activity.json
tests/cassettes/TestWidgets.test_retrieve_widgets_in_activity.json
tests/cassettes/TestWidgets.test_widget_attributes.json
tests/cassettes/TestWidgets.test_widget_meta_attribute_is_not_None.json
tests/cassettes/TestWidgetsCopyMove.test_copy_widget.json
tests/cassettes/TestWidgetsCopyMove.test_copy_widget_with_wrong_target.json
tests/cassettes/TestWidgetsCopyMove.test_move_widget.json
tests/files/__init__.py
tests/files/test_upload_content_to_expiring_download/test_upload_content.pdf
tests/files/test_upload_script_to_service/test_upload_script.py
tests/models/__init__.py
tests/models/test_base.py
tests/models/test_property_attachment.py
tests/models/test_property_datetime.py
tests/models/test_property_reference.py
tests/models/test_property_selectlist.py
tests/models/test_representations.py
tests/models/test_validators.py