Mercurial > p > roundup > code
view MANIFEST.in @ 6977:ff2c8b430738
flake8 - remove re.compile from method arg + test + doc
changed 2 methods defined like:
def method(..., dre=re.compile(r'...')):
moved re.compile to module variables and passed the var name
def method(..., dre=var_name):
while doing this I found out that a url of .../issue0001 will behave
like .../issue1. Who knew. Documented in customizing.
Tested same in test_liveserver. Added msg1 as well so I could verify
msg0001 worked.
Also added some range tests as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 14 Sep 2022 17:48:51 -0400 |
| parents | b3ba03d2b214 |
| children | e99ebce483ef |
line wrap: on
line source
recursive-include share * recursive-include roundup *.* recursive-include frontends *.* recursive-include scripts *.* *-* recursive-include scripts/Docker Dockerfile *.* *_* recursive-include tools *.* base64 recursive-include test *.py *.txt recursive-include doc *.html *.png *.txt *.css *.example recursive-include detectors *.py README.txt global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* include demo.py *.txt include doc/conf.py doc/roundup-favicon.ico exclude doc/security.txt include locale/*.po locale/*.mo locale/roundup.pot
