Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 342 Bytes

strings-datasync

Bitlancer Strings Data Sync

Unit testing

  • Spin up a centos VM
  • run install_deps.sh
  • start mysql
  • create database strings_test
  • grant all on strings_test.* to 'app_datasync'@'localhost' IDENTIFIED BY 'test'
  • mysql -u root strings_test < smoketest.sql
  • run "nosetest" from within strings-datasync