Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 716 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 716 Bytes

template-python

python.webp

usage

$ python3 template.py
[email protected]

$ python3 -m unittest discover --start-directory=test --verbose
test_project (test_template.TestTemplate) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK

$ yapf --in-place --verbose template.py test/test_template.py
Reformatting template.py
Reformatting test/test_template.py

$ pylint --verbose template.py test/test_template.py
Using config file /home/user/git/template-python/.pylintrc

$ mypy template.py test/test_template.py
Success: no issues found in 2 source files

MIT License
[email protected]