pytest plugin for the Dogu
Project description
pytest-dogu-sdk
initial settings
-
install pyenv
- install
-
check if pyenv is installed correctly
pyenv --version # pyenv x.y.z
-
install python 3.9.13
- install
-
macos
brew install openssl CONFIGURE_OPTS="-with-openssl=/opt/homebrew/opt/openssl" pyenv install 3.9.13 pyenv global 3.9.13
-
windows
pyenv install 3.9.13 pyenv global 3.9.13
-
check if python 3.9.13 is installed correctly
python --version # Python 3.9.13 pip --version # pip x.y.z from {your-home}/.pyenv/versions/3.9.13/lib/python3.9/site-packages/pip (python 3.9)
-
update shell runtime config file
-
using zsh
-
append to runtime config file
echo 'eval "$(pyenv init -)"' >> ~/.zshrc
-
apply to current shell
source ~/.zshrc
-
-
using bash
-
append to runtime config file
echo 'eval "$(pyenv init -)"' >> ~/.bashrc
-
apply to current shell
source ~/.bashrc
-
-
-
install poetry 1.5.1
-
install
pip install poetry==1.5.1
-
check if poetry is installed correctly
poetry --version # Poetry (version 1.5.1)
-
-
install dependencies
yarn newbie
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest_dogu_sdk-1.0.1.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file pytest_dogu_sdk-1.0.1.tar.gz
.
File metadata
- Download URL: pytest_dogu_sdk-1.0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b609f33fb7b9fa982fce6013e6901378eb880223e50668477084b795a4ed812 |
|
MD5 | dffffa40e1bc09d5fe7ade387c1718cf |
|
BLAKE2b-256 | c1326e10aed874b52e16952f9d105b258977dbfb939684cfd4943bb55f45a89c |
File details
Details for the file pytest_dogu_sdk-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pytest_dogu_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db5a27baeefb32f4a0db0933e2236040dd5d4fd9fabfdd6acef70ac5ac5ea76f |
|
MD5 | d92b06a8fb7a0262ddc726f377b5b0a7 |
|
BLAKE2b-256 | a2e0033d7a9b77a1cb555e0110d057c87f0c0172eac5785104d599b049f80f97 |