File: fabfile.py

package info (click to toggle)
fabric 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: python: 4,816; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
from fabric import task


@task
def expect_conf_value(c):
    assert c.it_came_from == "py"