Remove iron...

This commit is contained in:
Travis Reeder
2017-05-18 18:59:34 +00:00
committed by Reed Allman
parent 521df8c1ff
commit 9cc12b4b12
146 changed files with 406 additions and 1050 deletions

View File

@@ -1,4 +1,4 @@
# Example of IronFunctions test framework - running functions locally
# Example of Oracle Functions test framework - running functions locally
This example will show you how to run a test suite on a function.

View File

@@ -1,9 +1,9 @@
# Example of IronFunctions test framework - running functions remotely
# Example of Oracle Functions test framework - running functions remotely
This example will show you how to run a test suite on a function.
```sh
# build the test image (iron/functions-testframework:0.0.1)
# build the test image (username/functions-testframework:0.0.1)
fn build
# push it
fn push

View File

@@ -1,4 +1,4 @@
name: iron/functions-testframework
name: treeder/functions-testframework
version: 0.0.1
runtime: go
entrypoint: ./func