Files
fn-serverless/test/fn-api-tests
Reed Allman 4084b727c0 phase 2: mattes/migrate -> migratex (#848)
* move mattes migrations to migratex

* changes format of migrations to migratex format
* updates test runner to use new interface (double checked this with printlns,
the tests go fully down and then up, and work on pg/mysql)

* remove mattes/migrate

* update tests from deps

* update readme

* fix other file extensions
2018-03-13 14:12:34 -07:00
..
2018-01-02 13:29:49 -06:00
2018-01-02 13:29:49 -06:00
2018-01-02 13:29:49 -06:00
2017-08-18 13:48:26 -07:00
2017-11-29 17:50:24 -08:00

FN integration API tests

Test dependencies

DOCKER_HOST - for building images
FN_API_URL - Fn API endpoint

How to run tests?

export FN_API_URL=http://localhost:8080
go test -v ./...