Skip to main content

A package to provide common utilities for BT testing.

Project description

Common utilities used in BT testing

This package is used to hold common utilities for BT testing.

Steps to upload package in PIP

  1. Edit setup.py and bttc/__init__.py to have expected version information.
  2. Dump package into gz file:
# Confirm to have latest version info
$ grep 'version' setup.py
    version='0.0.2'

# Dump the package into gz file
$ python setup.py sdist
...

# Check the exported gz file
$ ls -hl dist/bttc-0.0.2.tar.gz
  1. Upload the generated gz file:
$ twine upload dist/bttc-0.0.2.tar.gz
...
View at:
https://pypi.org/project/bttc/0.0.2/

Ps. For this step to work, make sure you have edit ~/.pypirc to have correct credentials

Steps to run unit test

Execute below command to do unit test:

$ make test

Steps to run link

Execute below command to do lint check:

$ make lint

Release info

  • Release v0.0.53
    • Support iPerf facade.
  • Release v0.0.56
    • Support module wifi_utils for common WiFi operations (#22).
  • Release v0.0.57
    • Support profile AVRCP (#30)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bttc-0.0.61.tar.gz (36.5 kB view hashes)

Uploaded Source

Built Distribution

bttc-0.0.61-py3-none-any.whl (45.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page