A minimal application to boiler plate python project
🏠 Homepage
- python >=3.7
A minimal application to boiler plate python project
# using venv
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
# pip3 freeze > requirements.txt
python3 main.py
python -m unittest tests/test_module1 test_module2
python -m unittest tests/test_module.TestClass
python -m unittest tests/test_module.TestClass.test_method
👤 Alpha Olomi alphalomi@gmail.com
- Website: http://alphaolomi.me
- Github: @alphaolomi
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2020 Alpha Olomi alphalomi@gmail.com.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator