resources
folderCurrently the list of portfolio ticker that user is interested in is stored in portfolio_companies.json
The file represent a valid JSON list, such as
[
"AQ",
"BRD"
]
docker run -d -p 27017:27017 --name mongo-server mongo
python3 -m unittest discover tests/
Or using pytest
pytest -o log_cli=true
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics