Pytest plugin to represent test output with emoji support
Project description
Pytest emoji output
A pytest plugin that helps to reflect tests output with emoji.
Tools
Production
- python 3.6, 3.7, 3.8, 3.9
- pytest
Development
Usage
Installation
Please run following script to obtain latest package from PYPI:
pip install pytest-emoji-output
Then please execute command below:
pytest --emoji-out/--eo <your-tests-directory>
Source code
To be able to use plugin from the source code please execute commands below:
git clone git@github.com:vyahello/pytest-emoji-output.git
pip install -e .
Development notes
CI
Project has Travis CI integration using .travis.yml file thus code analysis (black
, pylint
, flake8
) and unittests (pytest
) will be run automatically
after every made change to the repository.
To be able to run code analysis, please execute command below:
./analyse-code.sh
Release notes
Please check changelog file to get more details about actual versions and it's release notes.
Meta
Author – Volodymyr Yahello
Distributed under the MIT
license. See LICENSE for more information.
You can reach out me at:
- vyahello@gmail.com
- https://twitter.com/vyahello
- https://www.linkedin.com/in/volodymyr-yahello-821746127
Contributing
I would highly appreciate any contribution and support. If you are interested to add your ideas into project please follow next simple steps:
- Clone the repository
- Configure
git
for the first time after cloning with yourname
andemail
pip install -r requirements.txt
to install all project dependenciespip install -r requirements-dev.txt
to install all development project dependencies- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
What's next
All recent activities and ideas are described at project issues. If you have ideas you want to change/implement please do not hesitate and create an issue.
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 Distributions
Built Distribution
File details
Details for the file pytest_emoji_output-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: pytest_emoji_output-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4335e3e63e3dd5cc6c3be64dcafe3f9bc0af71b0211c23e75d7ecc1a22aad236 |
|
MD5 | 6688ba89dc5c28659b7d8348004a94a1 |
|
BLAKE2b-256 | c752d0c67520221dad01c8f6f4864487e8ebc57dc77c1fb5c90358ccfe4ed817 |