Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.21 KB

SQL Unit Testing

Version

0.0.0

Purpose

  • Wanted to build something cool that could assist me at my job, which often requires complex sql to following very specific rules. Once I get the base framework built I'll be splitting the Wiki interface version into it's own branch to keep things clean and seperate.

Contributing

If anyone would like to contribute let me know, I'm running CI with Codeship and like to have tests written for most things that get built. No real plans on making this any bigger than a little open source github project.

Development Installation

git clone [git-repo-url] SqlUnitTesting
cd SqlUnitTesting
npm install
Knock yourself out

Running it

Currently depends on having a mySql connection set in the properties file. But once there is a working connection Before test and after test modules are working, still need to build out the test module whenever I get some free time.

  node TestEngine/engine.js 

Planning on aliasing it later once things are more defined

Codeship Status for cwl97045/SqlUnitTesting