gradio icon indicating copy to clipboard operation
gradio copied to clipboard

Split test/test_components.py into test/components/test_*.py

Open whitphx opened this issue 1 year ago • 2 comments

Description

Refactoring, based on this context.

Closes: #8125

whitphx avatar May 06 '24 02:05 whitphx

🪼 branch checks and previews

• Name Status URL
Website building...
:unicorn: Changes detected! Details

gradio-pr-bot avatar May 06 '24 02:05 gradio-pr-bot

🦄 no changes detected

This Pull Request does not include changes to any packages.

__No changes detected. __

  • [ ] Maintainers can select this checkbox to manually select packages to update.

Something isn't right?

  • Maintainers can change the version label to modify the version bump.
  • If the bot has failed to detect any changes, or if this pull request needs to update multiple packages to different versions or requires a more comprehensive changelog entry, maintainers can create the changelog file directly.

gradio-pr-bot avatar May 06 '24 02:05 gradio-pr-bot

Added tests were run successfully.

https://github.com/gradio-app/gradio/actions/runs/8980681841/job/24664770460

test/components/test_annotated_image.py ....                             [ 82%]
test/components/test_audio.py ......                                     [ 83%]
test/components/test_bar_plot.py ......                                  [ 83%]
test/components/test_button.py .                                         [ 84%]
test/components/test_chatbot.py ..                                       [ 84%]
test/components/test_checkbox.py ..                                      [ 84%]
test/components/test_checkbox_group.py ..                                [ 84%]
test/components/test_code.py ..                                          [ 85%]
test/components/test_color_picker.py ....                                [ 85%]
test/components/test_dataframe.py .....                                  [ 86%]
test/components/test_dataset.py ...                                      [ 86%]
test/components/test_dropdown.py ..                                      [ 87%]
test/components/test_file.py .....                                       [ 87%]
test/components/test_file_explorer.py ..                                 [ 88%]
test/components/test_gallery.py ....                                     [ 88%]
test/components/test_highlighted_text.py ...                             [ 89%]
test/components/test_html.py ..                                          [ 89%]
test/components/test_image.py .....                                      [ 90%]
test/components/test_image_editor.py ..                                  [ 90%]
test/components/test_json.py .........                                   [ 91%]
test/components/test_label.py ...                                        [ 91%]
test/components/test_line_plot.py ......                                 [ 92%]
test/components/test_markdown.py ..                                      [ 93%]
test/components/test_model3d.py ..                                       [ 93%]
test/components/test_number.py .........                                 [ 94%]
test/components/test_plot.py ....                                        [ 95%]
test/components/test_radio.py ..                                         [ 95%]
test/components/test_scatter_plot.py .........                           [ 96%]
test/components/test_slider.py .....                                     [ 97%]
test/components/test_state.py ....                                       [ 97%]
test/components/test_textbox.py .......                                  [ 98%]
test/components/test_upload_button.py ...                                [ 99%]
test/components/test_video.py .....                                      [100%]

whitphx avatar May 07 '24 07:05 whitphx