Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the package retrieved from pip repository to run functional tests #543

Open
ki4070ma opened this issue May 18, 2020 · 0 comments
Open
Labels

Comments

@ki4070ma
Copy link
Collaborator

ki4070ma commented May 18, 2020

The problem

To prevent such like #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/

@ki4070ma ki4070ma added the task label May 18, 2020
@mykola-mokhnach mykola-mokhnach changed the title Used installed packaged lib for functional tests Use the package retrieved from pip repository to run functional tests May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant