for example `test.lua`: ``` assert(os.getenv("FOO") == 'BAR') ``` and `FOO=BAR resty test.lua` will pass the test.