Part of edX code.
The isolation levels are changed only on MySQL.
Setup the database:
CREATE DATABASE dbutils;
CREATE USER 'dbutils'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'dbutils'@'localhost';
CREATE DATABASE dbutils;
Install the python requirements:
pip install -r requirements.txt
Run the tests:
python runtests.py
The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.
Please see LICENSE.txt
for details.
Contributions are very welcome.
Please read How To Contribute for details.
Even though it was written with edx-platform
in mind, the guidelines
should be followed for Open edX code in general.
Please do not report security issues in public. Please email [email protected]
You can discuss this code on the edx-code Google Group or in the
edx-code
IRC channel on Freenode.