root:
             version = v1
             creates   file:./
             creates   file:plan.py
             creates   step:./plan.py

file:plan.py
                path = plan.py
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   step:./plan.py

file:./
                path = ./
               state = STATIC
          created by   root:
            supplies   file:plan.py
            supplies   file:rendered.md
            supplies   file:template.md
            supplies   file:variables.py
            supplies   step:./plan.py
            supplies   step:python -m stepup.reprep.render template.md variables.py rendered.md

step:./plan.py
             workdir = ./
             command = ./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:template.md
             creates   file:variables.py
             creates   step:python -m stepup.reprep.render template.md variables.py rendered.md

file:template.md
                path = template.md
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.render template.md variables.py rendered.md

file:variables.py
                path = variables.py
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:python -m stepup.reprep.render template.md variables.py rendered.md

step:python -m stepup.reprep.render template.md variables.py rendered.md
             workdir = ./
             command = python -m stepup.reprep.render template.md variables.py rendered.md
               state = SUCCEEDED
   env_var (amended) = ENV_VAR_TEST_STEPUP_RENDER
          created by   step:./plan.py
            consumes   file:./
            consumes   file:template.md
            consumes   file:variables.py
             creates   file:rendered.md
            supplies   file:rendered.md

file:rendered.md
                path = rendered.md
               state = BUILT
          created by   step:python -m stepup.reprep.render template.md variables.py rendered.md
            consumes   file:./
            consumes   step:python -m stepup.reprep.render template.md variables.py rendered.md
