aboutsummaryrefslogtreecommitdiff
path: root/test/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Begin migration to Rust; Add actix-web, diesel as main dependenciesKevin J Hoerr2018-08-311-97/+0
|
* Add .travis.yml to root to run unit tests (#6)Kevin Hoerr2017-09-131-2/+3
|
* 2 - Tests (#3)Kevin Hoerr2017-09-131-0/+96
* Move autoload to separate script, add two unit tests * Add integration tests for Controller * Add unit test for Output * Fix Model\Result-as-a-method error * encode JSON output as utf-8, and retrieve as assoc array * Ignore utf-8 definitions