Skip to content

ghislain-bernard/template-python

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published