Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 346 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 346 Bytes

How to run tests

  1. Install Requirements:

    pip install toml.py nose MySQL-python pymysql
    
  2. Create databases:

    for mysql(user: root, passwd: ``):

    mysql> create database skylarktests;

    for sqlite3: None.

  3. Run tests:

    chmod u+x ./runtests.py
    ./runtests.py