pytest plugin for dogu report
Project description
pytest-dogu-report
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest_dogu_report-1.0.1.tar.gz.
File metadata
- Download URL: pytest_dogu_report-1.0.1.tar.gz
- Upload date:
- Size: 4.7 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 |
fec19f8e019b74d51f4226babdba5bf3cd7e8da7a77a9c861749e2bf92be7d91
|
|
| MD5 |
c7691df184ae2f95e6fb0119dfeb1a13
|
|
| BLAKE2b-256 |
2ede1547c0587eaf4b587ffc49cd0c26739865fe9b8bcdf1032ef2a20121532f
|
File details
Details for the file pytest_dogu_report-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pytest_dogu_report-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.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 |
b7e0b47ffadbce1fae9728bb5c1aae35f9ab615a5a3bf90173c1f8d735ea98ec
|
|
| MD5 |
0cf7e8b16557dbf74dd2eacbfafa6a52
|
|
| BLAKE2b-256 |
243f667297087d4808b1461e52b8a92239c925cd1996b741db29f9060b482d17
|