A demo of Python's project with automated tests.
- Create separate virtual environment with Python 3.5.x.
- Run
pip install -r requirements.txt
to install required Python's dependencies.
Run python setup.py install
.
Run py.test demo_python_at
within your virtual environment.
Run ./verify_project.sh
and make sure you have Good job!
message in the end of execution otherwise please fix errors.