github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/testframework/remote/README.md (about) 1 # Example of IronFunctions test framework - running functions remotely 2 3 This example will show you how to run a test suite on a function. 4 5 ```sh 6 # build the test image (iron/functions-testframework:0.0.1) 7 fn build 8 # push it 9 fn push 10 # create a route for the testframework 11 fn routes create testframework 12 # test it 13 fn test --remote testframework 14 ```