CFMTech / pytest-monitor

Pytest plugin for analyzing resource usage during test sessions
MIT License
173 stars 16 forks source link

Used some flake8 rules to clean up the code a bit more #73

Open marksmayo opened 1 year ago

marksmayo commented 1 year ago

Used flake8 to identify some issues

Style and cleanliness change

Checklist:

Do not forget to @ the people that needs to do the review

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

marksmayo commented 1 year ago

It looks like when I pulled, I got a new setup.py and it's having issues install?

js-dieu commented 1 year ago

Hello! Thanks for reaching out! I started some clean up and alignment with new python standards. As setuptools is being deprecated, the pyproject.toml is the new de facto way of doing. Have you tried the following (run it under pytest-monitor root folder)

For development purpose: python -m pip install -e .

For simple install: python -m pip install .