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.2.tar.gz
(8.8 kB
view details)
Built Distribution
File details
Details for the file pytest_dogu_sdk-1.0.2.tar.gz
.
File metadata
- Download URL: pytest_dogu_sdk-1.0.2.tar.gz
- Upload date:
- Size: 8.8 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 | 1c02ed06175125f9ba5f2ec72c705ee9b19b0c62e5cb3452509593250c3e0f2c |
|
MD5 | 45fc4b7f348b7ca35f4eceaf02c7b329 |
|
BLAKE2b-256 | 54e5054d170d7ca73bce862f9ab8c5dfbc90b4e100ef3550952d6d3d132c8280 |
File details
Details for the file pytest_dogu_sdk-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pytest_dogu_sdk-1.0.2-py3-none-any.whl
- Upload date:
- Size: 12.7 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 | e8307870230f14dad7aff7b7979730340bad4f41d0c2afac3c3e318cc0de037b |
|
MD5 | 050e4b670f53bfb072f57768397bb3db |
|
BLAKE2b-256 | 8fb3656f69c3cef07cedd5b36d64a04e2029d9147cdfc2782bde2543e2a04cf9 |