This repo was created to demonstrate the following mezzanine issue: stephenmcd/mezzanine#2016
- Install
mysql_configif it's not already present on your system, eg.
# Debian / Ubuntu
sudo apt-get install libmysqlclient-dev
# macOS
brew install mysql
- Install
toxif it's not already installed:
pip3 install tox
- Start the MySQL server:
docker-compose up
- With the server running, run tests:
tox