Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Use the package retrieved from pip repository to run functional tests

未關閉
#543 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

維護者通常 1 天內回覆

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
30/100
Issue 類型
功能
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
python

研究方向

先閱讀 setup.py,特別是 packages=find_packages(include=['appium']) 設定,並查看 issue 中連結的 packaging 教學。確定 functional tests 如何安裝並執行建置出的 package,而不是使用原始碼樹;完成的條件是測試能夠針對該已安裝的 package 成功執行。

由索引模型根據 Issue 內容生成。

描述

task

The problem

To prevent such like https://github.com/appium/python-client/issues/542

Ideas

Build
$python setup.py bdist_wheel -> **NG** because there are not only py.typed but also webdriver.py and so on
$pip install dist/Appium_Python_Client-1.0.0-py3-none-any.whl
$pip show Appium-Python-Client
Name: Appium-Python-Client
Version: 1.0.0
Summary: Python client for Appium
Home-page: http://appium.io/
Author: Isaac Murchie
Author-email: [email protected]
License: Apache 2.0
Location: /Users/atsushimori/.pyenv/versions/3.8.1/lib/python3.8/site-packages
Requires: selenium
Required-by: 

Need to know how packages=find_packages(include=['appium']), works.

Use the package retrieved from pip install

TBU

References

https://packaging.python.org/tutorials/installing-packages/

主要語言
Python
星號
1.8k
分支
570
平均合併
1 天 9 小時
30 天內合併 PR
25

環境準備

這個專案沒有提供開發容器、Dockerfile 或貢獻指南,環境需要你自己搭建:先看它的 README,通用步驟見我們的新手貢獻指南。

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

appium/python-client 的其他 Issue

查看 appium/python-client 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。