Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
61 lines (36 loc) · 1.24 KB

README.rst

File metadata and controls

61 lines (36 loc) · 1.24 KB

Part of edX code.

The isolation levels are changed only on MySQL.

Tests

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

License

The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.

Please see LICENSE.txt for details.

How To Contribute

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.

Reporting Security Issues

Please do not report security issues in public. Please email security@edx.org

Mailing List and IRC Channel

You can discuss this code on the edx-code Google Group or in the edx-code IRC channel on Freenode.