README ¶ How to run QOR integration test Install required drivers You need execute-able chromedriver in your PATH. Prepare mysql database CREATE USER 'qor'@'localhost' IDENTIFIED BY 'qor'; CREATE DATABASE qor_integration_test; GRANT ALL PRIVILEGES ON qor_integration_test.* TO 'qor'@'localhost'; Then run go test. References QOR integration test is written with agouti and gomega Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files auth.go main.go models.go Click to show internal directories. Click to hide internal directories.