We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2745e3b commit db98a1dCopy full SHA for db98a1d
fabfile.py
@@ -14,8 +14,3 @@ def run(project_dir, port=9080):
14
cmd = ('sudo docker run -p {port}:{port} -tid '
15
'-v {project_dir}:/scrapyrt/project scrapyrt')
16
local(cmd.format(project_dir=project_dir, port=port))
17
-
18
19
-@task
20
-def test(options=''):
21
- local('py.test {options} tests'.format(options=options))
0 commit comments