/simplebet

Primary LanguagePython

SimpleBet Code Test

More info on test -> SimpleBet Code Test Requirements

Getting Started

These instructions will get you setup with the project and running on your local machine for development and testing purposes.

Prerequisites

Note: Built using python 3.6.4 but any version of python 3 should work

  • Python 3
  • Pip
  • Virtualenv or similar (optional)

Activate environment

source venv/bin/activate
cd simplebet

Install python packages

pip install -r pip.txt

Running the script

python movies.py "Tom Hanks"

Running the tests

pytest -v