faif / python-patterns

A collection of design patterns/idioms in Python
40.2k stars 6.93k forks source link

house keeping update #372

Closed yhay81 closed 3 years ago

yhay81 commented 3 years ago

Several small updates

In addition, I think it is helpful for contributors if there is info of below. From root files, I found the way to start developing this repo is

git clone git@github.com:faif/python-patterns.git
cd python-patterns
python -m venv venv
pip install --upgrade pip
make pyupgrade

And after coding, check it by this.

make pylinter
tox
codecov-io commented 3 years ago

Codecov Report

Merging #372 (b548b45) into master (28e8b5f) will decrease coverage by 0.04%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #372      +/-   ##
==========================================
- Coverage   30.43%   30.38%   -0.05%     
==========================================
  Files          39       39              
  Lines        1275     1277       +2     
==========================================
  Hits          388      388              
- Misses        887      889       +2     
Impacted Files Coverage Δ
patterns/behavioral/iterator.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 28e8b5f...b548b45. Read the comment docs.