From b101b66b0625fca398de1900852c66e154bf214b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 4 Mar 2017 17:27:40 +0200 Subject: Disable the scenrio --- 000.yarn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/000.yarn b/000.yarn index 9e92f94..a726711 100644 --- a/000.yarn +++ b/000.yarn @@ -197,7 +197,10 @@ This is going to be a long scenario, but that's just so that we don't need to re-do the setup. The setup consists of creating test users, groups, and respositories. + + + + # Scenario step implementations + IMPLEMENTS ASSUMING only the gitano-admin repository exists + output = helper.gitano('ls') + print 'ls output:' + print output + lines = [x for x in output.splitlines() if 'gitano-admin' not in x] + helper.assertEqual(lines, []) + IMPLEMENTS WHEN we run gitano (.+) args = helper.get_next_match() whoami_output = helper.gitano(args) -- cgit v1.2.1